[dovecot/core] 39f751: lazy-expunge: Use mailbox_move() instead of	mailbo...
    GitHub 
    noreply at github.com
       
    Sun Feb 26 13:30:15 UTC 2017
    
    
  
  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: 39f751de9bdc0f39d94016ffd9aedb9f06d7a8a8
      https://github.com/dovecot/core/commit/39f751de9bdc0f39d94016ffd9aedb9f06d7a8a8
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-02-26 (Sun, 26 Feb 2017)
  Changed paths:
    M src/plugins/lazy-expunge/lazy-expunge-plugin.c
  Log Message:
  -----------
  lazy-expunge: Use mailbox_move() instead of mailbox_copy()
This allows some optimizations to be performed that are only possible when
moving messages.
It's slightly strange now that mail_expunge() is triggered twice for the
same source mail, but lazy_expunge plugin is called very early so most
plugins won't see it called twice. Currently only acl plugin sees it, and
it doesn't care.
    
    
More information about the dovecot-cvs
mailing list