40 #define SEND_NO_FLAGS 0 41 #define SEND_REPLY (1 << 0) 42 #define SEND_GROUP_REPLY (1 << 1) 43 #define SEND_LIST_REPLY (1 << 2) 44 #define SEND_FORWARD (1 << 3) 45 #define SEND_POSTPONED (1 << 4) 46 #define SEND_BATCH (1 << 5) 47 #define SEND_KEY (1 << 6) 48 #define SEND_RESEND (1 << 7) 49 #define SEND_POSTPONED_FCC (1 << 8) 50 #define SEND_NO_FREE_HEADER (1 << 9) 51 #define SEND_DRAFT_FILE (1 << 10) 52 #define SEND_TO_SENDER (1 << 11) 53 #define SEND_GROUP_CHAT_REPLY (1 << 12) 54 #define SEND_NEWS (1 << 13) 58 int mutt_edit_address(
struct AddressList *al,
const char *field,
bool expand_aliases);
void mutt_encode_descriptions(struct Body *b, bool recurse, struct ConfigSubset *sub)
rfc2047 encode the content-descriptions
The envelope/body of an email.
void mutt_set_followup_to(struct Envelope *env, struct ConfigSubset *sub)
Set followup-to field.
int mutt_send_message(SendFlags flags, struct Email *e_templ, const char *tempfile, struct Context *ctx, struct EmailList *el, struct ConfigSubset *sub)
Send an email.
uint16_t SendFlags
Flags for mutt_send_message(), e.g. SEND_REPLY.
int mutt_resend_message(FILE *fp, struct Context *ctx, struct Email *e_cur, struct ConfigSubset *sub)
Resend an email.
struct Address * mutt_default_from(struct ConfigSubset *sub)
Get a default 'from' Address.
A set of inherited config items.
void mutt_add_to_reference_headers(struct Envelope *env, struct Envelope *curenv, struct ConfigSubset *sub)
Generate references for a reply email.
struct ConfigSubset * sub
Inherited config items.
void mutt_make_forward_subject(struct Envelope *env, struct Mailbox *m, struct Email *e, struct ConfigSubset *sub)
Create a subject for a forwarded email.
void mutt_fix_reply_recipients(struct Envelope *env, struct ConfigSubset *sub)
Remove duplicate recipients.
int mutt_fetch_recips(struct Envelope *out, struct Envelope *in, SendFlags flags, struct ConfigSubset *sub)
Generate recpients for a reply email.
int mutt_edit_address(struct AddressList *al, const char *field, bool expand_aliases)
Edit an email address.
void mutt_forward_intro(struct Mailbox *m, struct Email *e, FILE *fp, struct ConfigSubset *sub)
Add the "start of forwarded message" text.
void mutt_forward_trailer(struct Mailbox *m, struct Email *e, FILE *fp, struct ConfigSubset *sub)
Add a "end of forwarded message" text.
void mutt_make_misc_reply_headers(struct Envelope *env, struct Envelope *curenv, struct ConfigSubset *sub)
Set subject for a reply.
void mutt_make_attribution(struct Mailbox *m, struct Email *e, FILE *fp_out, struct ConfigSubset *sub)
Add "on DATE, PERSON wrote" header.
void mutt_make_post_indent(struct Mailbox *m, struct Email *e, FILE *fp_out, struct ConfigSubset *sub)
Add suffix to replied email text.