Data to pass to the Postpone Functions. More...
#include "functions.h"
Data Fields | |
struct MailboxView * | mailbox_view |
Postponed Mailbox view. | |
struct Menu * | menu |
Postponed Menu. | |
struct Email * | |
Selected Email. | |
bool | done |
Should we close the Dialog? | |
struct SearchState * | search_state |
State of the current search. | |
Data to pass to the Postpone Functions.
Definition at line 33 of file functions.h.
struct MailboxView* PostponeData::mailbox_view |
Postponed Mailbox view.
Definition at line 35 of file functions.h.
struct Menu* PostponeData::menu |
Postponed Menu.
Definition at line 36 of file functions.h.
struct Email* PostponeData::email |
Selected Email.
Definition at line 37 of file functions.h.
bool PostponeData::done |
Should we close the Dialog?
Definition at line 38 of file functions.h.
struct SearchState* PostponeData::search_state |
State of the current search.
Definition at line 39 of file functions.h.