Private state data for Attachments. More...
#include "private_data.h"
Data Fields | |
struct Menu * | menu |
Current Menu. | |
struct AttachCtx * | actx |
List of all Attachments. | |
struct ConfigSubset * | sub |
Config subset. | |
struct Mailbox * | mailbox |
Current Mailbox. | |
int | op |
Op returned from the Pager, e.g. OP_NEXT_ENTRY. | |
bool | attach_msg |
Are we in "attach message" mode? | |
Private state data for Attachments.
Definition at line 35 of file private_data.h.
struct Menu* AttachPrivateData::menu |
Current Menu.
Definition at line 37 of file private_data.h.
struct AttachCtx* AttachPrivateData::actx |
List of all Attachments.
Definition at line 38 of file private_data.h.
struct ConfigSubset* AttachPrivateData::sub |
Config subset.
Definition at line 39 of file private_data.h.
struct Mailbox* AttachPrivateData::mailbox |
Current Mailbox.
Definition at line 40 of file private_data.h.
int AttachPrivateData::op |
Op returned from the Pager, e.g. OP_NEXT_ENTRY.
Definition at line 41 of file private_data.h.
bool AttachPrivateData::attach_msg |
Are we in "attach message" mode?
Definition at line 42 of file private_data.h.