Data shared between Index, Pager and Sidebar. More...
#include "shared_data.h"
 Collaboration diagram for IndexSharedData:
 Collaboration diagram for IndexSharedData:| Data Fields | |
| struct ConfigSubset * | sub | 
| Config set to use. | |
| struct Account * | account | 
| Current Account. | |
| struct MailboxView * | mailbox_view | 
| Current Mailbox view. | |
| struct Mailbox * | mailbox | 
| Current Mailbox. | |
| struct Email * | |
| Currently selected Email. | |
| size_t | email_seq | 
| Sequence number of the current email. | |
| struct Notify * | notify | 
| Notifications: NotifyIndex, IndexSharedData. | |
| struct SearchState * | search_state | 
| State of the current search. | |
| bool | attach_msg | 
| Are we in "attach message" mode? | |
Data shared between Index, Pager and Sidebar.
Definition at line 36 of file shared_data.h.
| struct ConfigSubset* IndexSharedData::sub | 
Config set to use.
Definition at line 38 of file shared_data.h.
| struct Account* IndexSharedData::account | 
Current Account.
Definition at line 39 of file shared_data.h.
| struct MailboxView* IndexSharedData::mailbox_view | 
Current Mailbox view.
Definition at line 40 of file shared_data.h.
| struct Mailbox* IndexSharedData::mailbox | 
Current Mailbox.
Definition at line 41 of file shared_data.h.
| struct Email* IndexSharedData::email | 
Currently selected Email.
Definition at line 42 of file shared_data.h.
| size_t IndexSharedData::email_seq | 
Sequence number of the current email.
Definition at line 43 of file shared_data.h.
| struct Notify* IndexSharedData::notify | 
Notifications: NotifyIndex, IndexSharedData.
Definition at line 44 of file shared_data.h.
| struct SearchState* IndexSharedData::search_state | 
State of the current search.
Definition at line 45 of file shared_data.h.
| bool IndexSharedData::attach_msg | 
Are we in "attach message" mode?
Definition at line 46 of file shared_data.h.