23#ifndef MUTT_ENVELOPE_WDATA_H
24#define MUTT_ENVELOPE_WDATA_H
Autocrypt end-to-end encryption.
AutocryptRec
Recommendation.
struct EnvelopeWindowData * env_wdata_new(void)
Create new Envelope Data.
void env_wdata_free(struct MuttWindow *win, void **ptr)
Free the Envelope Data - Implements MuttWindow::wdata_free() -.
String manipulation buffer.
A set of inherited config items.
The envelope/body of an email.
Data to fill the Envelope Window.
bool is_news
Email is a news article.
struct Buffer * fcc
Where the outgoing Email will be saved.
struct Email * email
Email being composed.
short sec_rows
Number of rows used by the security fields.
short cc_rows
Number of rows used by the 'Cc:' field.
struct ConfigSubset * sub
Inherited config items.
enum AutocryptRec autocrypt_rec
Autocrypt recommendation.
short to_rows
Number of rows used by the 'To:' field.
short bcc_rows
Number of rows used by the 'Bcc:' field.