evolution r35050 - trunk/mail
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35050 - trunk/mail
- Date: Tue, 19 Feb 2008 08:51:16 +0000 (GMT)
Author: mcrha
Date: Tue Feb 19 08:51:16 2008
New Revision: 35050
URL: http://svn.gnome.org/viewvc/evolution?rev=35050&view=rev
Log:
2008-02-19 Milan Crha <mcrha redhat com>
** Fix for bug #516349
* em-format-quote.c: (emfq_format_message):
Do not force black text in quotation part of the message.
Modified:
trunk/mail/ChangeLog
trunk/mail/em-format-quote.c
Modified: trunk/mail/em-format-quote.c
==============================================================================
--- trunk/mail/em-format-quote.c (original)
+++ trunk/mail/em-format-quote.c Tue Feb 19 08:51:16 2008
@@ -391,9 +391,7 @@
if (emfq->flags & EM_FORMAT_QUOTE_CITE)
camel_stream_printf(stream, "<!--+GtkHTML:<DATA class=\"ClueFlow\" key=\"orig\" value=\"1\">-->\n"
- "<blockquote type=cite>\n"
- "<font color=\"#%06x\">\n",
- emfq->citation_colour & 0xffffff);
+ "<blockquote type=cite>\n");
if (((CamelMimePart *)emf->message) != part) {
camel_stream_printf(stream, "%s</br>\n", _("-------- Forwarded Message --------"));
@@ -404,7 +402,7 @@
em_format_part (emf, stream, part);
if (emfq->flags & EM_FORMAT_QUOTE_CITE)
- camel_stream_write_string(stream, "</blockquote></font><!--+GtkHTML:<DATA class=\"ClueFlow\" clear=\"orig\">-->");
+ camel_stream_write_string(stream, "</blockquote><!--+GtkHTML:<DATA class=\"ClueFlow\" clear=\"orig\">-->");
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]