summaryrefslogtreecommitdiff
path: root/mail/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-11-12 23:21:34 -0200
committerKali Kaneko <kali@leap.se>2013-11-13 11:38:19 -0200
commitb639526c82659ac3e3b4751789c9e71c39fbabc8 (patch)
treeb7b553aed3c4add8f0a789b5d6974a8294d14b6f /mail/changes
parent7c851fbd1953981dfcd21246b8b507817e9e6ba6 (diff)
fix mail UID indexing for non-sequential uids
Diffstat (limited to 'mail/changes')
-rw-r--r--mail/changes/bug_4461_fix-uid-indexing4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/changes/bug_4461_fix-uid-indexing b/mail/changes/bug_4461_fix-uid-indexing
new file mode 100644
index 00000000..881bb244
--- /dev/null
+++ b/mail/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