diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-16 23:05:06 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-16 23:05:06 +0800 |
commit | ebc92ca5e2d2ba117d5712b6437c1f10d0a5fb2d (patch) | |
tree | e436f55cf164932a96b9653d2fc4e5c9667401b8 /camel/camel.h | |
parent | b6a4a8bdb86886c8715f487f35069a5c90c72b9c (diff) | |
download | gsoc2013-evolution-ebc92ca5e2d2ba117d5712b6437c1f10d0a5fb2d.tar.gz gsoc2013-evolution-ebc92ca5e2d2ba117d5712b6437c1f10d0a5fb2d.tar.zst gsoc2013-evolution-ebc92ca5e2d2ba117d5712b6437c1f10d0a5fb2d.zip |
#include some headers we had forgotten to add previously, also added
2002-12-16 Jeffrey Stedfast <fejj@ximian.com>
* camel.h: #include some headers we had forgotten to add
previously, also added camel-mime-filter-enriched.h.
* camel-mime-filter-enriched.[c,h]: New stream filter to convert
text/enriched and text/richtext into HTML.
svn path=/trunk/; revision=19124
Diffstat (limited to 'camel/camel.h')
-rw-r--r-- | camel/camel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel.h b/camel/camel.h index 34214237f9..014e79fafd 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -45,7 +45,10 @@ extern "C" { #include <camel/camel-vee-folder.h> #include <camel/camel-medium.h> #include <camel/camel-mime-filter-basic.h> +#include <camel/camel-mime-filter-canon.h> #include <camel/camel-mime-filter-charset.h> +#include <camel/camel-mime-filter-enriched.h> +#include <camel/camel-mime-filter-from.h> #include <camel/camel-mime-filter-index.h> #include <camel/camel-mime-filter-save.h> #include <camel/camel-mime-filter-crlf.h> |