Lines Matching defs:dest_mail
312 struct mail *dest_mail;
319 i_assert(ctx->dest_mail == NULL);
358 dest_mail = mailbox_save_get_dest_mail(save_ctx);
359 mail_add_temp_wanted_fields(dest_mail, lda_log_wanted_fetch_fields, NULL);
384 ctx->dest_mail = mail_deliver_open_mail(box, range->seq1,
386 if (ctx->dest_mail == NULL) {
388 } else if (mail_get_special(ctx->dest_mail, MAIL_FETCH_GUID, &guid) < 0) {
389 mail_free(&ctx->dest_mail);
400 if (ctx->dest_mail == NULL)
533 /* initialize most of the fields from dest_mail */
535 ctx->dest_mail);
551 /* initialize most of the fields from dest_mail */
553 ctx->dest_mail);