Shared Compose Data. More...
#include "shared_data.h"
Data Fields | |
struct ConfigSubset * | sub |
Config set to use. | |
struct Mailbox * | mailbox |
Current Mailbox. | |
struct Email * | |
Email being composed. | |
struct ComposeAttachData * | adata |
Attachments. | |
struct ComposeEnvelopeData * | edata |
Envelope data. | |
struct Buffer * | fcc |
Buffer to save FCC. | |
int | flags |
Flags, e.g. MUTT_COMPOSE_NOFREEHEADER. | |
bool | fcc_set |
User has edited the Fcc: field. | |
int | rc |
Return code to leave compose. | |
bool | news |
Email is a news article. | |
Shared Compose Data.
Definition at line 34 of file shared_data.h.
struct ConfigSubset* ComposeSharedData::sub |
Config set to use.
Definition at line 36 of file shared_data.h.
struct Mailbox* ComposeSharedData::mailbox |
Current Mailbox.
Definition at line 37 of file shared_data.h.
struct Email* ComposeSharedData::email |
Email being composed.
Definition at line 38 of file shared_data.h.
struct ComposeAttachData* ComposeSharedData::adata |
Attachments.
Definition at line 39 of file shared_data.h.
struct ComposeEnvelopeData* ComposeSharedData::edata |
Envelope data.
Definition at line 40 of file shared_data.h.
struct Buffer* ComposeSharedData::fcc |
Buffer to save FCC.
Definition at line 42 of file shared_data.h.
int ComposeSharedData::flags |
Flags, e.g. MUTT_COMPOSE_NOFREEHEADER.
Definition at line 43 of file shared_data.h.
bool ComposeSharedData::fcc_set |
User has edited the Fcc: field.
Definition at line 44 of file shared_data.h.
int ComposeSharedData::rc |
Return code to leave compose.
Definition at line 45 of file shared_data.h.
bool ComposeSharedData::news |
Email is a news article.
Definition at line 46 of file shared_data.h.