Lines Matching defs:mail
15 #include "mail-storage.h"
16 #include "mail-storage-settings.h"
19 #include "mail-deliver.h"
22 #include "mail-send.h"
27 get_var_expand_table(struct mail *mail,
32 if (mail_get_first_header(mail, "Subject", &subject) <= 0)
57 struct mail *mail = ctx->src_mail;
68 if (mail_get_first_header(mail, "Message-ID", &orig_msgid) < 0)
71 if (mail_get_first_header(mail, "Auto-Submitted", &value) > 0 &&
94 if (mailbox_get_settings(mail->box)->mail_debug) {
100 vtable = get_var_expand_table(mail, recipient, reason);
157 if (mail_get_first_header(mail, "Original-Recipient", &hdr) > 0)
170 if (mail_get_first_header(mail, "Original-Recipient", &hdr) > 0)
186 if (mail_get_hdr_stream(mail, NULL, &input) == 0) {