Private state data for the Index. More...
#include "private_data.h"
Data Fields | |
bool | tag_prefix |
tag-prefix has been pressed More... | |
int | oldcount |
Old count of Emails in the Mailbox. More... | |
int | newcount |
New count of Emails in the Mailbox. More... | |
bool | do_mailbox_notify |
Do we need to notify the user of new mail? More... | |
bool | attach_msg |
Are we in "attach message" mode? More... | |
struct IndexSharedData * | shared |
Shared Index data. More... | |
struct Menu * | menu |
Menu controlling the index. More... | |
struct MuttWindow * | win_index |
Window for the Index. More... | |
Private state data for the Index.
Definition at line 34 of file private_data.h.
bool IndexPrivateData::tag_prefix |
tag-prefix has been pressed
Definition at line 36 of file private_data.h.
int IndexPrivateData::oldcount |
Old count of Emails in the Mailbox.
Definition at line 37 of file private_data.h.
int IndexPrivateData::newcount |
New count of Emails in the Mailbox.
Definition at line 38 of file private_data.h.
bool IndexPrivateData::do_mailbox_notify |
Do we need to notify the user of new mail?
Definition at line 39 of file private_data.h.
bool IndexPrivateData::attach_msg |
Are we in "attach message" mode?
Definition at line 40 of file private_data.h.
struct IndexSharedData* IndexPrivateData::shared |
Shared Index data.
Definition at line 42 of file private_data.h.
struct Menu* IndexPrivateData::menu |
Menu controlling the index.
Definition at line 43 of file private_data.h.
struct MuttWindow* IndexPrivateData::win_index |
Window for the Index.
Definition at line 44 of file private_data.h.