From: Brendan Cully Date: Fri, 16 Dec 2005 18:20:29 +0000 (+0000) Subject: # changelog commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0182254fbb7e76216a7dc2f8544eb34db139fb5d;p=neomutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index a29ab0402..23c49a96e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-12-16 18:18:52 Brendan Cully (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) * imap/message.c: Whitespace shuffling.