aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r--mail/mail-format.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c
index 7ed0798091..1bfe856ba0 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -706,7 +706,7 @@ handle_text_plain (CamelMimePart *part, const char *mime_type,
if (format && !g_strcasecmp (format, "flowed"))
return handle_text_plain_flowed (text, md);
- mail_html_write (md->html, md->stream, "\n<!-- text/plain -->\n");
+ mail_html_write (md->html, md->stream, "\n<!-- text/plain -->\n<font size=\"-3\">&nbsp</font><br>\n");
p = text;
while (p) {
@@ -752,7 +752,7 @@ handle_text_plain_flowed (char *buf, MailDisplay *md)
gboolean br_pending = FALSE;
mail_html_write (md->html, md->stream,
- "\n<!-- text/plain, flowed -->\n<tt>\n");
+ "\n<!-- text/plain, flowed -->\n<font size=\"-3\">&nbsp</font><br>\n<tt>\n");
for (line = buf; *line; line = eol + 1) {
/* Process next line */