aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-tohtml.h
diff options
context:
space:
mode:
authorRadek Doulik <rodo@src.gnome.org>2002-11-20 02:42:41 +0800
committerRadek Doulik <rodo@src.gnome.org>2002-11-20 02:42:41 +0800
commitccbfa5da0395e08ce672a0546c513cf970c29fb6 (patch)
treedf2ad305f7ef54ecf568468ce754b1ce69f2d5ab /camel/camel-mime-filter-tohtml.h
parent3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a (diff)
downloadgsoc2013-evolution-ccbfa5da0395e08ce672a0546c513cf970c29fb6.tar
gsoc2013-evolution-ccbfa5da0395e08ce672a0546c513cf970c29fb6.tar.gz
gsoc2013-evolution-ccbfa5da0395e08ce672a0546c513cf970c29fb6.tar.bz2
gsoc2013-evolution-ccbfa5da0395e08ce672a0546c513cf970c29fb6.tar.lz
gsoc2013-evolution-ccbfa5da0395e08ce672a0546c513cf970c29fb6.tar.xz
gsoc2013-evolution-ccbfa5da0395e08ce672a0546c513cf970c29fb6.tar.zst
gsoc2013-evolution-ccbfa5da0395e08ce672a0546c513cf970c29fb6.zip
applied plain_signature_fix.patch
svn path=/trunk/; revision=18841
Diffstat (limited to 'camel/camel-mime-filter-tohtml.h')
-rw-r--r--camel/camel-mime-filter-tohtml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-mime-filter-tohtml.h b/camel/camel-mime-filter-tohtml.h
index d8c6e47f41..0dff90d651 100644
--- a/camel/camel-mime-filter-tohtml.h
+++ b/camel/camel-mime-filter-tohtml.h
@@ -43,6 +43,7 @@ extern "C" {
#define CAMEL_MIME_FILTER_TOHTML_CONVERT_ADDRESSES (1 << 5)
#define CAMEL_MIME_FILTER_TOHTML_ESCAPE_8BIT (1 << 6)
#define CAMEL_MIME_FILTER_TOHTML_CITE (1 << 7)
+#define CAMEL_MIME_FILTER_TOHTML_PRESERVE_8BIT (1 << 8)
typedef struct _CamelMimeFilterToHTMLClass CamelMimeFilterToHTMLClass;
typedef struct _CamelMimeFilterToHTML CamelMimeFilterToHTML;