aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-08-24 18:22:57 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-08-24 18:22:57 +0800
commit6b6eb2c9fb8b2aedbcecd6068a39af28c11dbd0e (patch)
treedd231c7f32ff3f262d9bf3274793ab7518c0893e /mail/em-format-html.c
parent48f931717f9295d4c370c9c1c83a1d84ee269def (diff)
downloadgsoc2013-evolution-6b6eb2c9fb8b2aedbcecd6068a39af28c11dbd0e.tar
gsoc2013-evolution-6b6eb2c9fb8b2aedbcecd6068a39af28c11dbd0e.tar.gz
gsoc2013-evolution-6b6eb2c9fb8b2aedbcecd6068a39af28c11dbd0e.tar.bz2
gsoc2013-evolution-6b6eb2c9fb8b2aedbcecd6068a39af28c11dbd0e.tar.lz
gsoc2013-evolution-6b6eb2c9fb8b2aedbcecd6068a39af28c11dbd0e.tar.xz
gsoc2013-evolution-6b6eb2c9fb8b2aedbcecd6068a39af28c11dbd0e.tar.zst
gsoc2013-evolution-6b6eb2c9fb8b2aedbcecd6068a39af28c11dbd0e.zip
2007-08-24 mcrha Fix for bug #385414 by makuchaku (Mayank)
svn path=/trunk/; revision=34094
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 3ff8358853..1ed80a63c6 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -2020,7 +2020,7 @@ static void efh_format_source(EMFormat *emf, CamelStream *stream, CamelMimePart
filtered_stream = camel_stream_filter_new_with_stream ((CamelStream *) stream);
html_filter = camel_mime_filter_tohtml_new (CAMEL_MIME_FILTER_TOHTML_CONVERT_NL
| CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES
- | CAMEL_MIME_FILTER_TOHTML_ESCAPE_8BIT, 0);
+ | CAMEL_MIME_FILTER_TOHTML_PRESERVE_8BIT, 0);
camel_stream_filter_add(filtered_stream, html_filter);
camel_object_unref(html_filter);