NeoMutt  2023-05-17-33-gce4425
Teaching an old dog new tricks
DOXYGEN
IndexPrivateData Struct Reference

Private state data for the Index. More...

#include "private_data.h"

+ Collaboration diagram for IndexPrivateData:

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 IndexSharedDatashared
 Shared Index data. More...
 
struct Menumenu
 Menu controlling the index. More...
 
struct MuttWindowwin_index
 Window for the Index. More...
 

Detailed Description

Private state data for the Index.

Definition at line 34 of file private_data.h.

Field Documentation

◆ tag_prefix

bool IndexPrivateData::tag_prefix

tag-prefix has been pressed

Definition at line 36 of file private_data.h.

◆ oldcount

int IndexPrivateData::oldcount

Old count of Emails in the Mailbox.

Definition at line 37 of file private_data.h.

◆ newcount

int IndexPrivateData::newcount

New count of Emails in the Mailbox.

Definition at line 38 of file private_data.h.

◆ do_mailbox_notify

bool IndexPrivateData::do_mailbox_notify

Do we need to notify the user of new mail?

Definition at line 39 of file private_data.h.

◆ attach_msg

bool IndexPrivateData::attach_msg

Are we in "attach message" mode?

Definition at line 40 of file private_data.h.

◆ shared

struct IndexSharedData* IndexPrivateData::shared

Shared Index data.

Definition at line 42 of file private_data.h.

◆ menu

struct Menu* IndexPrivateData::menu

Menu controlling the index.

Definition at line 43 of file private_data.h.

◆ win_index

struct MuttWindow* IndexPrivateData::win_index

Window for the Index.

Definition at line 44 of file private_data.h.


The documentation for this struct was generated from the following file: