diff options
author | Kali Kaneko <kali@leap.se> | 2013-11-12 23:21:34 -0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-11-13 11:38:19 -0200 |
commit | 9d2da209f6371b38d73248490eea9fd3bc803ec9 (patch) | |
tree | fa81fbe28745bae84f479eec5325ee6f613c1126 /changes | |
parent | 76ca78e7f5a5e7b24ceadc10569d49955c58dc05 (diff) |
fix mail UID indexing for non-sequential uids
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_4461_fix-uid-indexing | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug_4461_fix-uid-indexing b/changes/bug_4461_fix-uid-indexing new file mode 100644 index 0000000..881bb24 --- /dev/null +++ b/changes/bug_4461_fix-uid-indexing @@ -0,0 +1,4 @@ + o Fix several bugs with imap mailbox getUIDNext and notifiers that were breaking + the mail indexing after message deletion. This solves also the perceived + mismatch between the number of unread mails reported by bitmask_client and + the number reported by MUAs. Closes: #4461 |