Data to pass to the Postpone Functions. More...
#include "functions.h"
Data Fields | |
struct MailboxView * | mailbox_view |
Postponed Mailbox view. More... | |
struct Menu * | menu |
Postponed Menu. More... | |
struct Email * | |
Selected Email. More... | |
bool | done |
Should we close the Dialog? More... | |
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.