NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EnvelopeWindowData Struct Reference

Data to fill the Envelope Window. More...

#include "wdata.h"

+ Collaboration diagram for EnvelopeWindowData:

Data Fields

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

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 48 of file wdata.h.

◆ autocrypt_rec

enum AutocryptRec EnvelopeWindowData::autocrypt_rec

Autocrypt recommendation.

Definition at line 50 of file wdata.h.


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