diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-format-html.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |