]> granicus.if.org Git - mutt/commitdiff
# changelog commit
authorBrendan Cully <brendan@kublai.com>
Fri, 16 Dec 2005 18:20:29 +0000 (18:20 +0000)
committerBrendan Cully <brendan@kublai.com>
Fri, 16 Dec 2005 18:20:29 +0000 (18:20 +0000)
ChangeLog

index a29ab04023365c8be1c308ea1e9f743213405675..23c49a96e47561bef5776f72f3c5414486cde34a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-12-16 18:18:52  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * imap/command.c, imap/imap.c, imap/imap_private.h,
+       imap/message.c, imap/util.c: New new mail detection code. Now we
+       use UIDVALIDITY/UIDNEXT to detect whether a mailbox has been
+       changed since we last saw it, rather than the more ephemeral
+       RECENT flag. We also keep a cache of mailboxes we've visited or
+       called STATUS on, which might eventually make for better
+       information in the browser and mailbox views. Big changes,
+       probably not stable. IWFM.
+
 2005-12-15 18:59:59  Brendan Cully  <brendan@kublai.com>  (brendan)
 
        * imap/message.c: Whitespace shuffling.