NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
IndexSharedData Struct Reference

Data shared between Index, Pager and Sidebar. More...

#include "shared_data.h"

+ Collaboration diagram for IndexSharedData:

Data Fields

struct ConfigSubsetsub
 Config set to use.
 
struct Accountaccount
 Current Account.
 
struct MailboxViewmailbox_view
 Current Mailbox view.
 
struct Mailboxmailbox
 Current Mailbox.
 
struct Emailemail
 Currently selected Email.
 
size_t email_seq
 Sequence number of the current email.
 
struct Notifynotify
 Notifications: NotifyIndex, IndexSharedData.
 
struct SearchStatesearch_state
 State of the current search.
 
bool attach_msg
 Are we in "attach message" mode?
 

Detailed Description

Data shared between Index, Pager and Sidebar.

Definition at line 36 of file shared_data.h.

Field Documentation

◆ sub

struct ConfigSubset* IndexSharedData::sub

Config set to use.

Definition at line 38 of file shared_data.h.

◆ account

struct Account* IndexSharedData::account

Current Account.

Definition at line 39 of file shared_data.h.

◆ mailbox_view

struct MailboxView* IndexSharedData::mailbox_view

Current Mailbox view.

Definition at line 40 of file shared_data.h.

◆ mailbox

struct Mailbox* IndexSharedData::mailbox

Current Mailbox.

Definition at line 41 of file shared_data.h.

◆ email

struct Email* IndexSharedData::email

Currently selected Email.

Definition at line 42 of file shared_data.h.

◆ email_seq

size_t IndexSharedData::email_seq

Sequence number of the current email.

Definition at line 43 of file shared_data.h.

◆ notify

struct Notify* IndexSharedData::notify

Notifications: NotifyIndex, IndexSharedData.

Definition at line 44 of file shared_data.h.

◆ search_state

struct SearchState* IndexSharedData::search_state

State of the current search.

Definition at line 45 of file shared_data.h.

◆ attach_msg

bool IndexSharedData::attach_msg

Are we in "attach message" mode?

Definition at line 46 of file shared_data.h.


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