aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog3
-rw-r--r--mail/mail-format.c4
2 files changed, 5 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 71250f1db6..b11ba47303 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,6 +1,9 @@
2001-01-09 Radek Doulik <rodo@helixcode.com>
* mail-format.c (write_headers): remove </center><p>
+ (handle_text_plain): add <font size=\"-3\">&nbsp</font><br> before
+ msg text
+ (handle_text_plain_flowed): ditto
2001-01-09 Jeffrey Stedfast <fejj@helixcode.com>
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 */
119b5523050fb3d7adb792643a55adf5'>Remove trailing whitespaces from category wwwehaupt2014-02-211-1/+1 * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * It is no longer need to use gmake after r250773 in headbapt2013-05-191-4/+0