]> granicus.if.org Git - mutt/commitdiff
Add missing hcache.h include
authorBrendan Cully <brendan@kublai.com>
Tue, 3 Apr 2007 15:44:24 +0000 (08:44 -0700)
committerBrendan Cully <brendan@kublai.com>
Tue, 3 Apr 2007 15:44:24 +0000 (08:44 -0700)
ChangeLog
imap/util.c

index d7a6b978577883f9b6da56213beb14af6122322c..3610556241ac00b107a31b82b7d4709e62d02b2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2007-04-02 19:19 -0700  Brendan Cully  <brendan@kublai.com>  (b0014913dd74)
+2007-04-02 20:44 -0700  Brendan Cully  <brendan@kublai.com>  (59fcc37f8c75)
+
+       * sendlib.c: Check message for boundary collisions (closes #902)
+
+       * enter.c: Do not clobber string field on keypress when returning
+       from file browser (closes #755)
 
        * browser.c, browser.h, imap/browse.c, imap/imap.h: Add hook for
        proper IMAP unseen count in mailbox browser
index 1af5a8907e937d488fde02e7efa7d4ad7f3df021..7fd0757afc54665aa016d36b1dc3471429cacd54 100644 (file)
@@ -27,6 +27,9 @@
 #include "url.h"
 #include "imap_private.h"
 #include "mutt_ssl.h"
+#ifdef USE_HCACHE
+#include "hcache.h"
+#endif
 
 #include <stdlib.h>
 #include <ctype.h>