Searched defs:first_saved_mail (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lmtp/
H A Dlmtp-local.c54 struct mail *raw_mail, *first_saved_mail; member in struct:lmtp_local
603 local->first_saved_mail == NULL;
612 i_assert(local->first_saved_mail == NULL);
613 local->first_saved_mail = dctx.dest_mail;
675 /* succeeded and mail_user is not saved in first_saved_mail */
677 (local->first_saved_mail == NULL ||
678 local->first_saved_mail == src_mail)) ||
687 mail_user is saved in first_saved_mail,
690 src_mail = local->first_saved_mail;
751 if (local->first_saved_mail !
[all...]

Completed in 12 milliseconds