NeoMutt  2024-04-16-36-g75b6fb
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 ComposeEnvelopeData * edata
 Envelope data.
 
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.
 
bool news
 Email is a news article.
 

Detailed Description

Shared Compose Data.

Definition at line 34 of file shared_data.h.

Field Documentation

◆ sub

struct ConfigSubset* ComposeSharedData::sub

Config set to use.

Definition at line 36 of file shared_data.h.

◆ mailbox

struct Mailbox* ComposeSharedData::mailbox

Current Mailbox.

Definition at line 37 of file shared_data.h.

◆ email

struct Email* ComposeSharedData::email

Email being composed.

Definition at line 38 of file shared_data.h.

◆ adata

struct ComposeAttachData* ComposeSharedData::adata

Attachments.

Definition at line 39 of file shared_data.h.

◆ edata

struct ComposeEnvelopeData* ComposeSharedData::edata

Envelope data.

Definition at line 40 of file shared_data.h.

◆ fcc

struct Buffer* ComposeSharedData::fcc

Buffer to save FCC.

Definition at line 42 of file shared_data.h.

◆ flags

int ComposeSharedData::flags

Flags, e.g. MUTT_COMPOSE_NOFREEHEADER.

Definition at line 43 of file shared_data.h.

◆ fcc_set

bool ComposeSharedData::fcc_set

User has edited the Fcc: field.

Definition at line 44 of file shared_data.h.

◆ rc

int ComposeSharedData::rc

Return code to leave compose.

Definition at line 45 of file shared_data.h.

◆ news

bool ComposeSharedData::news

Email is a news article.

Definition at line 46 of file shared_data.h.


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