diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-09-21 04:10:49 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-09-21 04:10:49 +0800 |
commit | b5bf3f9615b040be5f9d7402a861b1c44dfd18c4 (patch) | |
tree | b0257a89423145f42e5b9c585e04e652f19ba8ee /mail/mail-format.c | |
parent | 4ffc49d7b98f4693991b2cf48d564219217e5307 (diff) | |
download | gsoc2013-evolution-b5bf3f9615b040be5f9d7402a861b1c44dfd18c4.tar.gz gsoc2013-evolution-b5bf3f9615b040be5f9d7402a861b1c44dfd18c4.tar.zst gsoc2013-evolution-b5bf3f9615b040be5f9d7402a861b1c44dfd18c4.zip |
Make a neater error report
svn path=/trunk/; revision=13016
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r-- | mail/mail-format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c index 8e84aa2d13..480a3fbcdc 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -1077,7 +1077,7 @@ handle_text_plain (CamelMimePart *part, const char *mime_type, format = header_content_type_param (type, "format"); if (format && !g_strcasecmp (format, "flowed")) return handle_text_plain_flowed (text, md); - + mail_html_write (md->html, md->stream, "\n<!-- text/plain -->\n" "<table cellspacing=0 cellpadding=10 width=\"100%%\"><tr><td>\n"); |