#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
This commit is contained in:
Jeffrey Stedfast
2002-01-10 20:35:38 +00:00
committed by Jeffrey Stedfast
parent 47aeef26e5
commit df05e2ae7e
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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>