Private state data for the Index. More...
#include "private_data.h"
Data Fields | |
bool | tag_prefix |
tag-prefix has been pressed | |
int | oldcount |
Old count of mails in the mailbox. | |
bool | do_mailbox_notify |
Do we need to notify the user of new mail? | |
struct IndexSharedData * | shared |
Shared Index data. | |
struct Menu * | menu |
Menu controlling the index. | |
struct MuttWindow * | win_index |
Window for the Index. | |
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 mails in the mailbox.
Definition at line 37 of file private_data.h.
bool IndexPrivateData::do_mailbox_notify |
Do we need to notify the user of new mail?
Definition at line 38 of file private_data.h.
struct IndexSharedData* IndexPrivateData::shared |
Shared Index data.
Definition at line 40 of file private_data.h.
struct Menu* IndexPrivateData::menu |
Menu controlling the index.
Definition at line 41 of file private_data.h.
struct MuttWindow* IndexPrivateData::win_index |
Window for the Index.
Definition at line 42 of file private_data.h.