diff options
author | Milan Crha <mcrha@redhat.com> | 2010-05-14 23:27:44 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-05-14 23:27:44 +0800 |
commit | b10e2426545c97e5b64d7810adf323182ca005e7 (patch) | |
tree | bbb8f284b632931f482b6e50f0ada3e9bfe100b2 /mail/em-format-html.c | |
parent | 99ebc23e0860ef5baf1f169803d751db70e2aa32 (diff) | |
download | gsoc2013-evolution-b10e2426545c97e5b64d7810adf323182ca005e7.tar.gz gsoc2013-evolution-b10e2426545c97e5b64d7810adf323182ca005e7.tar.zst gsoc2013-evolution-b10e2426545c97e5b64d7810adf323182ca005e7.zip |
Bug #531912 - Mail inline parser doesn't always work
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index ad47742ba8..780b4c9581 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1682,7 +1682,7 @@ efh_text_plain(EMFormatHTML *efh, CamelStream *stream, CamelMimePart *part, EMFo camel_object_unref(null); inline_filter = em_inline_filter_new(camel_mime_part_get_encoding(part), ct); camel_stream_filter_add(filtered_stream, (CamelMimeFilter *)inline_filter); - camel_data_wrapper_write_to_stream(dw, (CamelStream *)filtered_stream); + camel_data_wrapper_decode_to_stream (dw, (CamelStream *)filtered_stream); camel_stream_close((CamelStream *)filtered_stream); camel_object_unref(filtered_stream); |