NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
EnvelopeWindowData Struct Reference

Data to fill the Envelope Window. More...

#include "wdata.h"

+ Collaboration diagram for EnvelopeWindowData:

Data Fields

struct ConfigSubsetsub
 Inherited config items. More...
 
struct Emailemail
 Email being composed. More...
 
struct Bufferfcc
 Where the outgoing Email will be saved. More...
 
short to_rows
 Number of rows used by the 'To:' field. More...
 
short cc_rows
 Number of rows used by the 'Cc:' field. More...
 
short bcc_rows
 Number of rows used by the 'Bcc:' field. More...
 
short sec_rows
 Number of rows used by the security fields. More...
 
bool is_news
 Email is a news article. More...
 
enum AutocryptRec autocrypt_rec
 Autocrypt recommendation. More...
 

Detailed Description

Data to fill the Envelope Window.

Definition at line 37 of file wdata.h.

Field Documentation

◆ sub

struct ConfigSubset* EnvelopeWindowData::sub

Inherited config items.

Definition at line 39 of file wdata.h.

◆ email

struct Email* EnvelopeWindowData::email

Email being composed.

Definition at line 40 of file wdata.h.

◆ fcc

struct Buffer* EnvelopeWindowData::fcc

Where the outgoing Email will be saved.

Definition at line 41 of file wdata.h.

◆ to_rows

short EnvelopeWindowData::to_rows

Number of rows used by the 'To:' field.

Definition at line 43 of file wdata.h.

◆ cc_rows

short EnvelopeWindowData::cc_rows

Number of rows used by the 'Cc:' field.

Definition at line 44 of file wdata.h.

◆ bcc_rows

short EnvelopeWindowData::bcc_rows

Number of rows used by the 'Bcc:' field.

Definition at line 45 of file wdata.h.

◆ sec_rows

short EnvelopeWindowData::sec_rows

Number of rows used by the security fields.

Definition at line 46 of file wdata.h.

◆ is_news

bool EnvelopeWindowData::is_news

Email is a news article.

Definition at line 49 of file wdata.h.

◆ autocrypt_rec

enum AutocryptRec EnvelopeWindowData::autocrypt_rec

Autocrypt recommendation.

Definition at line 52 of file wdata.h.


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