Searched refs:mailbox_get_last_mail_error (Results 1 - 24 of 24) sorted by relevance

/dovecot/src/lib-storage/
H A Dmail-autoexpunge.c69 if (mailbox_get_last_mail_error(box) == MAIL_ERROR_NOTFOUND) {
116 } else if (mailbox_get_last_mail_error(box) == MAIL_ERROR_EXPUNGED) {
H A Dmail-storage.h490 enum mail_error mailbox_get_last_mail_error(struct mailbox *box);
H A Dmail-storage.c722 enum mail_error mailbox_get_last_mail_error(struct mailbox *box) function
1681 if (mailbox_get_last_mail_error(box) != MAIL_ERROR_NOTFOUND &&
/dovecot/src/lib-storage/index/
H A Dindex-attribute.c262 if (mailbox_get_last_mail_error(box) == MAIL_ERROR_NOTPOSSIBLE)
H A Dindex-sort.c43 switch (mailbox_get_last_mail_error(mail->box)) {
64 if (mailbox_get_last_mail_error(mail->box) == MAIL_ERROR_LIMIT) {
H A Dindex-status.c293 if (mailbox_get_last_mail_error(box) != MAIL_ERROR_EXPUNGED) {
H A Dindex-mailbox-size.c317 mailbox_get_last_mail_error(update->box) == MAIL_ERROR_LOOKUP_ABORTED) {
H A Dindex-storage.c721 if (mailbox_get_last_mail_error(t->box) != MAIL_ERROR_NOTPOSSIBLE) {
852 if (mailbox_get_last_mail_error(box) != MAIL_ERROR_EXISTS)
H A Dindex-search.c82 switch (mailbox_get_last_mail_error(ctx->cur_mail->box)) {
/dovecot/src/plugins/snarf/
H A Dsnarf-plugin.c70 error = mailbox_get_last_mail_error(destbox);
/dovecot/src/doveadm/
H A Ddoveadm-mail-expunge.c53 error = mailbox_get_last_mail_error(box);
/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox-tree-sync.c178 mailbox_get_last_mail_error(box) == MAIL_ERROR_EXISTS) {
H A Ddsync-mailbox-import.c2010 if (mailbox_get_last_mail_error(importer->box) == MAIL_ERROR_EXPUNGED)
2022 if (mailbox_get_last_mail_error(importer->box) == MAIL_ERROR_EXPUNGED)
/dovecot/src/imap/
H A Dcmd-copy.c151 if (mailbox_get_last_mail_error(destbox) == MAIL_ERROR_EXPUNGED) {
H A Dimap-fetch-body.c609 } else if (mailbox_get_last_mail_error(mail->box) != MAIL_ERROR_LOOKUP_ABORTED) {
/dovecot/src/plugins/mailbox-alias/
H A Dmailbox-alias-plugin.c201 if (ret < 0 && mailbox_get_last_mail_error(box) != MAIL_ERROR_EXISTS)
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index.c721 if (mailbox_get_last_mail_error(box) == MAIL_ERROR_NOTFOUND)
736 if (mailbox_get_last_mail_error(box) == MAIL_ERROR_EXISTS)
751 if (mailbox_get_last_mail_error(box) == MAIL_ERROR_NOTFOUND)
H A Dmailbox-list-index-status.c554 if (mailbox_get_last_mail_error(box) != MAIL_ERROR_EXPUNGED) {
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage-rebuild.c566 error = mailbox_get_last_mail_error(box);
717 error = mailbox_get_last_mail_error(box);
/dovecot/src/pop3/
H A Dpop3-client.c101 if (mailbox_get_last_mail_error(mail->box) != MAIL_ERROR_LOOKUP_ABORTED)
112 if (mailbox_get_last_mail_error(mail->box) != MAIL_ERROR_LOOKUP_ABORTED)
/dovecot/src/plugins/virtual/
H A Dvirtual-sync.c1104 if (mailbox_get_last_mail_error(bbox->box) != MAIL_ERROR_NOTFOUND)
1191 if (mailbox_get_last_mail_error(bbox->box) != MAIL_ERROR_NOTFOUND)
1238 if (mailbox_get_last_mail_error(bbox->box) != MAIL_ERROR_NOTFOUND)
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-storage.c252 error = mailbox_get_last_mail_error(box);
/dovecot/src/plugins/lazy-expunge/
H A Dlazy-expunge-plugin.c145 mailbox_get_last_mail_error(box) != MAIL_ERROR_EXISTS) {
/dovecot/src/plugins/fts/
H A Dfts-storage.c277 mailbox_get_last_mail_error(fctx->box) == MAIL_ERROR_INUSE;

Completed in 80 milliseconds