]> granicus.if.org Git - mutt/commitdiff
# changelog commit
authorBrendan Cully <brendan@kublai.com>
Wed, 21 Dec 2005 17:23:56 +0000 (17:23 +0000)
committerBrendan Cully <brendan@kublai.com>
Wed, 21 Dec 2005 17:23:56 +0000 (17:23 +0000)
ChangeLog

index db0dad5229098850bfa9f4f849f8905e63dd421b..cb5b6f1df8767c348dc81341d182bf5b0395b91c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2005-12-21 17:17:53  Brendan Cully  <brendan@kublai.com>  (brendan)
+2005-12-21 17:23:19  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * imap/imap.c, imap/imap_private.h, imap/message.c: Cache
+       UIDVALIDITY/UIDNEXT as header cache metadata, only attempt to
+       fetch up to UIDNEXT from the header cache. Also a cosmetic
+       correction: Display the actual first message being fetched (after
+       hcache) instead of 1.
 
        * imap/command.c: Don't run pending IMAP commands until the
        current queue has drained. Many thanks to Vincent Lefevre for his