Shared Compose Data. More...
#include "shared_data.h"
Collaboration diagram for ComposeSharedData:Data Fields | |
| struct ConfigSubset * | sub |
| Config set to use. | |
| struct Mailbox * | mailbox |
| Current Mailbox. | |
| struct Email * | |
| Email being composed. | |
| struct ComposeAttachData * | adata |
| Attachments. | |
| struct MuttWindow * | win_attach_bar |
| Status bar divider above attachments. | |
| struct MuttWindow * | win_preview |
| Message preview window. | |
| struct MuttWindow * | win_preview_bar |
| Status bar divider above preview. | |
| 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. | |
Shared Compose Data.
Definition at line 35 of file shared_data.h.
| struct ConfigSubset* ComposeSharedData::sub |
Config set to use.
Definition at line 37 of file shared_data.h.
| struct Mailbox* ComposeSharedData::mailbox |
Current Mailbox.
Definition at line 38 of file shared_data.h.
| struct Email* ComposeSharedData::email |
Email being composed.
Definition at line 39 of file shared_data.h.
| struct ComposeAttachData* ComposeSharedData::adata |
Attachments.
Definition at line 40 of file shared_data.h.
| struct MuttWindow* ComposeSharedData::win_attach_bar |
Status bar divider above attachments.
Definition at line 41 of file shared_data.h.
| struct MuttWindow* ComposeSharedData::win_preview |
Message preview window.
Definition at line 42 of file shared_data.h.
| struct MuttWindow* ComposeSharedData::win_preview_bar |
Status bar divider above preview.
Definition at line 43 of file shared_data.h.
| struct Buffer* ComposeSharedData::fcc |
Buffer to save FCC.
Definition at line 45 of file shared_data.h.
| int ComposeSharedData::flags |
Flags, e.g. MUTT_COMPOSE_NOFREEHEADER.
Definition at line 46 of file shared_data.h.
| bool ComposeSharedData::fcc_set |
User has edited the Fcc: field.
Definition at line 47 of file shared_data.h.
| int ComposeSharedData::rc |
Return code to leave compose.
Definition at line 48 of file shared_data.h.