diff options
author | Milan Crha <mcrha@redhat.com> | 2010-05-14 22:31:52 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-05-14 22:31:52 +0800 |
commit | 45cf94ed85e40b23c60bad861e56009e8f899e4c (patch) | |
tree | 8b5865c45a38eab1a8e63346f618c6b5992ce370 /mail/em-format-html.c | |
parent | c372b7016a8d626ec18a18dfd1d653b4d13698d5 (diff) | |
download | gsoc2013-evolution-45cf94ed85e40b23c60bad861e56009e8f899e4c.tar gsoc2013-evolution-45cf94ed85e40b23c60bad861e56009e8f899e4c.tar.gz gsoc2013-evolution-45cf94ed85e40b23c60bad861e56009e8f899e4c.tar.bz2 gsoc2013-evolution-45cf94ed85e40b23c60bad861e56009e8f899e4c.tar.lz gsoc2013-evolution-45cf94ed85e40b23c60bad861e56009e8f899e4c.tar.xz gsoc2013-evolution-45cf94ed85e40b23c60bad861e56009e8f899e4c.tar.zst gsoc2013-evolution-45cf94ed85e40b23c60bad861e56009e8f899e4c.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 f2e2b5acfb..b88ba2802d 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1675,7 +1675,7 @@ efh_text_plain (EMFormatHTML *efh, camel_stream_filter_add ( CAMEL_STREAM_FILTER (filtered_stream), CAMEL_MIME_FILTER (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); g_object_unref (filtered_stream); |