NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
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
 
int oldcount
 Old count of mails in the mailbox.
 
bool do_mailbox_notify
 Do we need to notify the user of new mail?
 
struct IndexSharedDatashared
 Shared Index data.
 
struct Menumenu
 Menu controlling the index.
 
struct MuttWindowwin_index
 Window for the Index.
 

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 mails in the mailbox.

Definition at line 37 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 38 of file private_data.h.

◆ shared

struct IndexSharedData* IndexPrivateData::shared

Shared Index data.

Definition at line 40 of file private_data.h.

◆ menu

struct Menu* IndexPrivateData::menu

Menu controlling the index.

Definition at line 41 of file private_data.h.

◆ win_index

struct MuttWindow* IndexPrivateData::win_index

Window for the Index.

Definition at line 42 of file private_data.h.


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