From: Brendan Cully Date: Tue, 20 Dec 2005 18:10:37 +0000 (+0000) Subject: # changelog commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44f3c35d5005549fcb4f72ad7ea9c9113c0b8116;p=neomutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index ad5662a7e..3b2eb375f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2005-12-20 17:42:44 Brendan Cully (brendan) +2005-12-20 17:50:47 Brendan Cully (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.