[evolution/wip/webkit2] Bug 743410 - White-spaces lost in plain text message printouts



commit 5eb08decdce7764219d5a4efda0d8f0b585af830
Author: Milan Crha <mcrha redhat com>
Date:   Wed Feb 18 14:24:48 2015 +0100

    Bug 743410 - White-spaces lost in plain text message printouts

 em-format/e-mail-formatter-text-plain.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/em-format/e-mail-formatter-text-plain.c b/em-format/e-mail-formatter-text-plain.c
index a314d52..39ab253 100644
--- a/em-format/e-mail-formatter-text-plain.c
+++ b/em-format/e-mail-formatter-text-plain.c
@@ -84,6 +84,7 @@ emfe_text_plain_format (EMailFormatterExtension *extension,
                }
 
                flags = e_mail_formatter_get_text_format_flags (formatter);
+               flags |= CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES;
 
                mime_part = e_mail_part_ref_mime_part (part);
                dw = camel_medium_get_content (CAMEL_MEDIUM (mime_part));


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