From d3db6453d58ba44b0fb77ab6024c24bec8b6e388 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 19 Feb 2008 08:51:16 +0000 Subject: ** Fix for bug #516349 2008-02-19 Milan Crha ** Fix for bug #516349 * em-format-quote.c: (emfq_format_message): Do not force black text in quotation part of the message. svn path=/trunk/; revision=35050 --- mail/ChangeLog | 7 +++++++ mail/em-format-quote.c | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index ed1bf8f535..d3da82cd77 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-02-19 Milan Crha + + ** Fix for bug #516349 + + * em-format-quote.c: (emfq_format_message): + Do not force black text in quotation part of the message. + 2008-02-18 Milan Crha ** Part of fix for bug #515744 diff --git a/mail/em-format-quote.c b/mail/em-format-quote.c index 69626b951a..f14a2dc091 100644 --- a/mail/em-format-quote.c +++ b/mail/em-format-quote.c @@ -391,9 +391,7 @@ emfq_format_message(EMFormat *emf, CamelStream *stream, CamelMimePart *part, con if (emfq->flags & EM_FORMAT_QUOTE_CITE) camel_stream_printf(stream, "\n" - "
\n" - "\n", - emfq->citation_colour & 0xffffff); + "
\n"); if (((CamelMimePart *)emf->message) != part) { camel_stream_printf(stream, "%s
\n", _("-------- Forwarded Message --------")); @@ -404,7 +402,7 @@ emfq_format_message(EMFormat *emf, CamelStream *stream, CamelMimePart *part, con em_format_part (emf, stream, part); if (emfq->flags & EM_FORMAT_QUOTE_CITE) - camel_stream_write_string(stream, "
"); + camel_stream_write_string(stream, "
"); } static void -- cgit v1.2.3