[evolution] Bug #674194 - Missing text in email



commit 88005e204cac7cf6cdc2203d1e1e238708b07b83
Author: Dan VrÃtil <dvratil redhat com>
Date:   Thu Apr 19 22:00:57 2012 +0200

    Bug #674194 - Missing text in email

 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 43cd501..9e6f1c6 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]