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

index ad5662a7ed082d061328025920b7b1b3171e6c07..3b2eb375fac19af98701db174e1b850d17c444be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2005-12-20 17:42:44  Brendan Cully  <brendan@kublai.com>  (brendan)
+2005-12-20 17:50:47  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * hcache.c, hcache.h, imap/imap.c, imap/imap_private.h,
+       imap/message.c, mh.c, protos.h, Makefile.am: Refactor header cache
+       a bit to provide (fetch|store)_raw functions. These will let me
+       keep folder metadata (UIDVALIDITY, NEXT, msg count etc) in the
+       cache, which will help to sync more quickly.
 
        * imap/imap.c: Remove deleted entries from header cache on CLOSE.