Postponed Email Selection Dialog. More...
#include "config.h"
#include <stdbool.h>
#include <stdio.h>
#include "mutt/lib.h"
#include "config/lib.h"
#include "email/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "expando/lib.h"
#include "index/lib.h"
#include "key/lib.h"
#include "menu/lib.h"
#include "pattern/lib.h"
#include "functions.h"
#include "hdrline.h"
#include "mutt_logging.h"
#include "mview.h"
Go to the source code of this file.
Functions | |
static int | post_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an Email for the Menu - Implements Menu::make_entry() -. | |
static int | postponed_config_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. | |
static int | postponed_window_observer (struct NotifyCallback *nc) |
Notification that a Window has changed - Implements observer_t -. | |
static const struct AttrColor * | post_color (struct Menu *menu, int line) |
Calculate the colour for a line of the postpone index - Implements Menu::color() -. | |
struct Email * | dlg_postponed (struct Mailbox *m) |
Create a Menu to select a postponed message -. | |
Variables | |
static const struct Mapping | PostponedHelp [] |
Help Bar for the Postponed email selection dialog. | |
Postponed Email Selection Dialog.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file dlg_postpone.c.