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 "index/lib.h"
#include "menu/lib.h"
#include "format_flags.h"
#include "functions.h"
#include "hdrline.h"
#include "keymap.h"
#include "mutt_logging.h"
#include "mview.h"
#include "opcodes.h"
Go to the source code of this file.
Functions | |
static void | post_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the email list - Implements Menu::make_entry() -. More... | |
static int | postponed_config_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. More... | |
static int | postponed_window_observer (struct NotifyCallback *nc) |
Notification that a Window has changed - Implements observer_t -. More... | |
static struct AttrColor * | post_color (struct Menu *menu, int line) |
Calculate the colour for a line of the postpone index - Implements Menu::color() -. More... | |
struct Email * | dlg_select_postponed_email (struct Mailbox *m) |
Create a Menu to select a postponed message. More... | |
Variables | |
static const struct Mapping | PostponeHelp [] |
Help Bar for the Postponed email selection dialog. More... | |
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.
Create a Menu to select a postponed message.
m | Mailbox |
ptr |
Definition at line 195 of file dlg_postpone.c.