aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-11 04:35:38 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-11 04:35:38 +0800
commitdf05e2ae7e988860ebc15c3bf0dbf62bdde01dd6 (patch)
treee7ff5845695b93175b41255648261c6de0a0f5b0
parent47aeef26e5f7ef9f1e333841797453acdf4c1fc8 (diff)
downloadgsoc2013-evolution-df05e2ae7e988860ebc15c3bf0dbf62bdde01dd6.tar
gsoc2013-evolution-df05e2ae7e988860ebc15c3bf0dbf62bdde01dd6.tar.gz
gsoc2013-evolution-df05e2ae7e988860ebc15c3bf0dbf62bdde01dd6.tar.bz2
gsoc2013-evolution-df05e2ae7e988860ebc15c3bf0dbf62bdde01dd6.tar.lz
gsoc2013-evolution-df05e2ae7e988860ebc15c3bf0dbf62bdde01dd6.tar.xz
gsoc2013-evolution-df05e2ae7e988860ebc15c3bf0dbf62bdde01dd6.tar.zst
gsoc2013-evolution-df05e2ae7e988860ebc15c3bf0dbf62bdde01dd6.zip
#include camel-mime-filter-tohtml.h
2002-01-10 Jeffrey Stedfast <fejj@ximian.com> * camel.h: #include camel-mime-filter-tohtml.h svn path=/trunk/; revision=15285
-rw-r--r--camel/ChangeLog2
-rw-r--r--camel/camel.h1
2 files changed, 3 insertions, 0 deletions
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 <fejj@ximian.com>
+ * 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 <camel/camel-mime-filter-index.h>
#include <camel/camel-mime-filter-save.h>
#include <camel/camel-mime-filter-crlf.h>
+#include <camel/camel-mime-filter-tohtml.h>
#include <camel/camel-mime-filter.h>
#include <camel/camel-mime-message.h>
#include <camel/camel-mime-parser.h>