[dovecot/core] eade05: lazy-expunge: Code cleanup - move destination mail...

GitHub noreply at github.com
Wed Mar 16 23:16:08 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: eade05821e7e39e93bfbea226fab127e907555d9
      https://github.com/dovecot/core/commit/eade05821e7e39e93bfbea226fab127e907555d9
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
    M src/plugins/lazy-expunge/lazy-expunge-plugin.c

  Log Message:
  -----------
  lazy-expunge: Code cleanup - move destination mailbox name generation to its own function


  Commit: 8281cfda2ef92282bd6ecf77dc9a2fd1e115875e
      https://github.com/dovecot/core/commit/8281cfda2ef92282bd6ecf77dc9a2fd1e115875e
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
    M src/plugins/lazy-expunge/lazy-expunge-plugin.c

  Log Message:
  -----------
  lazy-expunge: If lazy_expunge is set to namespace root, save all mails to the root mailbox.

So the difference is:

namespace {
  prefix = expunged/
  ..
}
plugin {
  # Move expunged mails to expunged/INBOX, expunged/Trash, etc. mailboxes
  lazy_expunge = expunged/
  # Move all expunged mails to "expunged" mailbox, which is the namespace root.
  lazy_expunge = expunged
}


Compare: https://github.com/dovecot/core/compare/998395f6743f...8281cfda2ef9


More information about the dovecot-cvs mailing list