[dovecot/core] 551fef: imap: Fix recent flags importing when un-hibernati...

GitHub noreply at github.com
Fri Nov 18 19:30:09 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 551fef69c0633ae3c7738038e047a7c0762d9599
      https://github.com/dovecot/core/commit/551fef69c0633ae3c7738038e047a7c0762d9599
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M src/imap/imap-state.c

  Log Message:
  -----------
  imap: Fix recent flags importing when un-hibernating

The initial RECENT counter that was sent didn't include pre-hibernation
\Recent flags.

\Recent flags were also added for mails that were already expunged, which
could have caused recent counter to be wrong later on, and possibly
assert-crash with:

Panic: file index-status.c: line 130 (index_storage_get_open_status): assertion failed: (status_r->recent <= status_r->messages)




More information about the dovecot-cvs mailing list