Data to fill the Envelope Window. More...
#include "wdata.h"
Data Fields | |
| struct ConfigSubset * | sub |
| Inherited config items. | |
| struct Email * | |
| Email being composed. | |
| struct Buffer * | fcc |
| 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. | |
| struct ConfigSubset* EnvelopeWindowData::sub |
| struct Email* EnvelopeWindowData::email |
| struct Buffer* EnvelopeWindowData::fcc |
| short EnvelopeWindowData::to_rows |
| short EnvelopeWindowData::cc_rows |
| short EnvelopeWindowData::bcc_rows |
| short EnvelopeWindowData::sec_rows |
| enum AutocryptRec EnvelopeWindowData::autocrypt_rec |