Private state data for Attachments. More...
#include "private_data.h"
Data Fields | |
struct Menu * | menu |
Current Menu. More... | |
struct AttachCtx * | actx |
List of all Attachments. More... | |
struct ConfigSubset * | sub |
Config subset. More... | |
struct Mailbox * | mailbox |
Current Mailbox. More... | |
int | op |
Op returned from the Pager, e.g. OP_NEXT_ENTRY. More... | |
Private state data for Attachments.
Definition at line 33 of file private_data.h.
struct Menu* AttachPrivateData::menu |
Current Menu.
Definition at line 35 of file private_data.h.
struct AttachCtx* AttachPrivateData::actx |
List of all Attachments.
Definition at line 36 of file private_data.h.
struct ConfigSubset* AttachPrivateData::sub |
Config subset.
Definition at line 37 of file private_data.h.
struct Mailbox* AttachPrivateData::mailbox |
Current Mailbox.
Definition at line 38 of file private_data.h.
int AttachPrivateData::op |
Op returned from the Pager, e.g. OP_NEXT_ENTRY.
Definition at line 39 of file private_data.h.