NeoMutt  2024-12-12-14-g7b49f7
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ComposeSharedData Struct Reference

Shared Compose Data. More...

#include "shared_data.h"

+ Collaboration diagram for ComposeSharedData:

Data Fields

struct ConfigSubsetsub
 Config set to use.
 
struct Mailboxmailbox
 Current Mailbox.
 
struct Emailemail
 Email being composed.
 
struct ComposeAttachDataadata
 Attachments.
 
struct MuttWindowwin_attach_bar
 Status bar divider above attachments.
 
struct MuttWindowwin_preview
 Message preview window.
 
struct MuttWindowwin_preview_bar
 Status bar divider above preview.
 
struct Bufferfcc
 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.
 

Detailed Description

Shared Compose Data.

Definition at line 35 of file shared_data.h.

Field Documentation

◆ sub

struct ConfigSubset* ComposeSharedData::sub

Config set to use.

Definition at line 37 of file shared_data.h.

◆ mailbox

struct Mailbox* ComposeSharedData::mailbox

Current Mailbox.

Definition at line 38 of file shared_data.h.

◆ email

struct Email* ComposeSharedData::email

Email being composed.

Definition at line 39 of file shared_data.h.

◆ adata

struct ComposeAttachData* ComposeSharedData::adata

Attachments.

Definition at line 40 of file shared_data.h.

◆ win_attach_bar

struct MuttWindow* ComposeSharedData::win_attach_bar

Status bar divider above attachments.

Definition at line 41 of file shared_data.h.

◆ win_preview

struct MuttWindow* ComposeSharedData::win_preview

Message preview window.

Definition at line 42 of file shared_data.h.

◆ win_preview_bar

struct MuttWindow* ComposeSharedData::win_preview_bar

Status bar divider above preview.

Definition at line 43 of file shared_data.h.

◆ fcc

struct Buffer* ComposeSharedData::fcc

Buffer to save FCC.

Definition at line 45 of file shared_data.h.

◆ flags

int ComposeSharedData::flags

Flags, e.g. MUTT_COMPOSE_NOFREEHEADER.

Definition at line 46 of file shared_data.h.

◆ fcc_set

bool ComposeSharedData::fcc_set

User has edited the Fcc: field.

Definition at line 47 of file shared_data.h.

◆ rc

int ComposeSharedData::rc

Return code to leave compose.

Definition at line 48 of file shared_data.h.


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