From 45cf94ed85e40b23c60bad861e56009e8f899e4c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 14 May 2010 16:31:52 +0200 Subject: Bug #531912 - Mail inline parser doesn't always work --- mail/em-format-html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-format-html.c') 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); -- cgit v1.2.3