aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-tohtml.h
diff options
context:
space:
mode:
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;