+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.