From df05e2ae7e988860ebc15c3bf0dbf62bdde01dd6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 10 Jan 2002 20:35:38 +0000 Subject: #include camel-mime-filter-tohtml.h 2002-01-10 Jeffrey Stedfast * camel.h: #include camel-mime-filter-tohtml.h svn path=/trunk/; revision=15285 --- camel/ChangeLog | 2 ++ camel/camel.h | 1 + 2 files changed, 3 insertions(+) diff --git a/camel/ChangeLog b/camel/ChangeLog index b61c2db0b3..135b47f85c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,7 @@ 2002-01-10 Jeffrey Stedfast + * camel.h: #include camel-mime-filter-tohtml.h + * providers/imap/camel-imap-folder.c (imap_update_summary): Kludge around Microsoft Exchange 5.5 (bug #5348) by forgetting our currently selected folder and re-SELECTing it so that the Exchange diff --git a/camel/camel.h b/camel/camel.h index 07d0cb9c7c..9272875249 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -48,6 +48,7 @@ extern "C" { #include #include #include +#include #include #include #include -- cgit