From ccbfa5da0395e08ce672a0546c513cf970c29fb6 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Tue, 19 Nov 2002 18:42:41 +0000 Subject: applied plain_signature_fix.patch svn path=/trunk/; revision=18841 --- camel/camel-mime-filter-tohtml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-mime-filter-tohtml.h') 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; -- cgit v1.2.3