diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-04-20 04:00:57 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-04-20 04:01:13 +0800 |
commit | 88005e204cac7cf6cdc2203d1e1e238708b07b83 (patch) | |
tree | 95211864231127d9a6f1ab0bb3e934c52d259356 /mail | |
parent | 6e959fcf909171cb0279c2eca9f0345fa11048f6 (diff) | |
download | gsoc2013-evolution-88005e204cac7cf6cdc2203d1e1e238708b07b83.tar.gz gsoc2013-evolution-88005e204cac7cf6cdc2203d1e1e238708b07b83.tar.zst gsoc2013-evolution-88005e204cac7cf6cdc2203d1e1e238708b07b83.zip |
Bug #674194 - Missing text in email
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); |