From 818b42fcf4748c79bca42e0f74706f738509218b Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Tue, 3 Apr 2007 08:44:24 -0700 Subject: [PATCH] Add missing hcache.h include --- ChangeLog | 7 ++++++- imap/util.c | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.50.1