From 88005e204cac7cf6cdc2203d1e1e238708b07b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 19 Apr 2012 22:00:57 +0200 Subject: Bug #674194 - Missing text in email --- mail/em-format-html.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 43cd5019ed..9e6f1c6278 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -750,6 +750,7 @@ efh_write_text_plain (EMFormat *emf, camel_stream_write_string (stream, content, cancellable, NULL); em_format_format_text (emf, filtered_stream, (CamelDataWrapper *) puri->part, cancellable); + camel_stream_flush (filtered_stream, cancellable, NULL); g_object_unref (filtered_stream); g_free (content); -- cgit v1.2.3