From: Brendan Cully Date: Tue, 3 Apr 2007 15:44:24 +0000 (-0700) Subject: Add missing hcache.h include X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=818b42fcf4748c79bca42e0f74706f738509218b;p=neomutt Add missing hcache.h include --- diff --git a/ChangeLog b/ChangeLog index d7a6b9785..361055624 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2007-04-02 19:19 -0700 Brendan Cully (b0014913dd74) +2007-04-02 20:44 -0700 Brendan Cully (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 diff --git a/imap/util.c b/imap/util.c index 1af5a8907..7fd0757af 100644 --- a/imap/util.c +++ b/imap/util.c @@ -27,6 +27,9 @@ #include "url.h" #include "imap_private.h" #include "mutt_ssl.h" +#ifdef USE_HCACHE +#include "hcache.h" +#endif #include #include