From 1826519a5dd620ad1424e401a25b734082afee66 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 31 Jan 2005 07:28:03 +0000 Subject: ** See bug #67083 2005-01-31 Not Zed ** See bug #67083 * em-format-html.c (efh_format_text_header): no-wrap the header line. svn path=/trunk/; revision=28623 --- mail/ChangeLog | 4 ++++ mail/em-format-html.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 56b3d6446e..b66b25902f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2005-01-31 Not Zed + ** See bug #67083 + + * em-format-html.c (efh_format_text_header): no-wrap the header line. + ** See bug #69850 * mail-autofilter.c (rule_from_message): dont crash if we're diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 36d6b6a9af..6a473eb0df 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1401,9 +1401,9 @@ efh_format_text_header (EMFormatHTML *emfh, CamelStream *stream, const char *lab fmt = "%s: %s"; } else { if (flags & EM_FORMAT_HEADER_BOLD) - fmt = "%s: %s"; + fmt = "%s: %s"; else - fmt = "%s: %s"; + fmt = "%s: %s"; } } -- cgit