59 if (c_resolve && (index < (menu->
max - 1)))
136 if (!win || !win->
wdata)
bool cs_subset_bool(const struct ConfigSubset *sub, const char *name)
Get a boolean config item by name.
Convenience wrapper for the config headers.
Convenience wrapper for the core headers.
struct MuttWindow * dialog_find(struct MuttWindow *win)
Find the parent Dialog of a Window.
const char * dispacher_get_retval_name(int rv)
Get the name of a return value.
@ FR_SUCCESS
Valid function - successfully performed.
@ FR_UNKNOWN
Unknown function.
@ FR_ERROR
Valid function - error occurred.
void mutt_set_flag(struct Mailbox *m, struct Email *e, enum MessageType flag, bool bf, bool upd_mbox)
Set a flag on an email.
int postpone_function_dispatcher(struct MuttWindow *win, int op)
Perform a Postpone function - Implements function_dispatcher_t -.
#define mutt_debug(LEVEL,...)
static int op_delete(struct PostponeData *pd, int op)
Delete the current entry - Implements postpone_function_t -.
static int op_search(struct PostponeData *pd, int op)
Search for a regular expression - Implements postpone_function_t -.
static int op_exit(struct PostponeData *pd, int op)
Exit this menu - Implements postpone_function_t -.
static int op_generic_select_entry(struct PostponeData *pd, int op)
Select the current entry - Implements postpone_function_t -.
Convenience wrapper for the gui headers.
@ LL_DEBUG1
Log at debug level 1.
Convenience wrapper for the library headers.
Many unsorted constants and some structs.
@ MUTT_DELETE
Messages to be deleted.
const char * opcodes_get_name(int op)
Get the name of an opcode.
All user-callable functions.
Match patterns to emails.
int mutt_search_command(struct MailboxView *mv, struct Menu *menu, int cur, int op)
Perform a search.
struct MailboxView * postponed_get_mailbox_view(struct MuttWindow *dlg)
Extract the Mailbox from the Postponed Dialog.
static const struct PostponeFunction PostponeFunctions[]
All the NeoMutt functions that the Postpone supports.
short PostCount
Number of postponed (draft) emails.
Prototypes for many functions.
The envelope/body of an email.
struct Mailbox * mailbox
Current Mailbox.
int msg_count
Total number of messages.
struct Email ** emails
Array of Emails.
int msg_deleted
Number of deleted messages.
void * wdata
Private data.
Container for Accounts, Notifications.
struct ConfigSubset * sub
Inherited config items.
Data to pass to the Postpone Functions.
struct Email * email
Selected Email.
bool done
Should we close the Dialog?
struct MailboxView * mailbox_view
Postponed Mailbox view.
struct Menu * menu
Postponed Menu.
postpone_function_t function
Function to call.
int op
Op code, e.g. OP_DELETE.