Home
last modified time | relevance | path

Searched refs:mailbox_move (Results 1 – 7 of 7) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-mail-copymove.c49 ret2 = mailbox_move(&save_ctx, mail); in cmd_copy_box()
/dports/mail/dovecot/dovecot-2.3.17/src/imap/
H A Dcmd-copy.c158 if (mailbox_move(&save_ctx, mail) < 0) in fetch_and_copy()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/lazy-expunge/
H A Dlazy-expunge-plugin.c376 if (mailbox_move(&save_ctx, _mail) < 0 && !_mail->expunged) in lazy_expunge_mail_expunge()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-storage.h851 int mailbox_move(struct mail_save_context **ctx, struct mail *mail);
H A Dmail-storage.c2832 int mailbox_move(struct mail_save_context **_ctx, struct mail *mail) in mailbox_move() function
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/dsync/
H A Ddsync-mailbox-import.c1989 if (mailbox_move(&save_ctx, importer->mail) < 0) in dsync_msg_change_uid()
2660 if (mailbox_move(&save_ctx, mail) < 0) { in reassign_uids_in_seq_range()
/dports/mail/dovecot/dovecot-2.3.17/
H A DChangeLog942 lib-storage: Add data stack frame for mailbox_copy and mailbox_move
75572 doveadm move: Use mailbox_move() instead of copy+expunge
75605 lazy-expunge: Use mailbox_move() instead of mailbox_copy()
87115 lib-storage: If mailbox_move() fails, reset mail_save_context.moving==FALSE
144586 quota: Fixed quota calculation with mailbox_move().
146783 dsync: Use mailbox_move() to reassign UIDs instead of copy+expunge.
154528 quota: Ignore quota when handling mailbox_move().
154535 acl: Optimize failing mailbox_move() when expunge right is missing.
154542 lib-storage: Added mailbox_move(), which is basically copy+expunge.