aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-04 05:37:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-04 05:37:00 +0800
commit4baef8309f7b216401269448ff5389296dd335c0 (patch)
treeae4bdaeba75356c4a8da72669a2939a1989ca8d4 /mail/mail-format.c
parent96484b36449d4a04042d91e0d770a7467f838dc9 (diff)
downloadgsoc2013-evolution-4baef8309f7b216401269448ff5389296dd335c0.tar
gsoc2013-evolution-4baef8309f7b216401269448ff5389296dd335c0.tar.gz
gsoc2013-evolution-4baef8309f7b216401269448ff5389296dd335c0.tar.bz2
gsoc2013-evolution-4baef8309f7b216401269448ff5389296dd335c0.tar.lz
gsoc2013-evolution-4baef8309f7b216401269448ff5389296dd335c0.tar.xz
gsoc2013-evolution-4baef8309f7b216401269448ff5389296dd335c0.tar.zst
gsoc2013-evolution-4baef8309f7b216401269448ff5389296dd335c0.zip
Try to restore the choice the user had chosen before hitting the "Check
2001-08-03 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c (build_auth_menu): Try to restore the choice the user had chosen before hitting the "Check Supported Types" button. * mail-format.c (write_headers): Removed a no-longer-needed g_warning. svn path=/trunk/; revision=11625
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r--mail/mail-format.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c
index 391548601a..7522b1d674 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -916,7 +916,6 @@ write_headers (CamelMimeMessage *message, MailDisplay *md)
b = 255 - (0.92 * (255 - b));
}
- g_warning ("%d, %d, %d", r, g, b);
sprintf (bgcolor, "%.2X%.2X%.2X", r, g, b);
r = style->text[state].red;
@@ -1397,7 +1396,7 @@ mail_write_authenticity (MailDisplay *md, CamelCipherValidity *valid)
}
if (valid && camel_cipher_validity_get_description (valid)) {
- mail_error_write (md->html, md->stream,
+ mail_error_write (md->html, md->stream, "%s",
camel_cipher_validity_get_description (valid));
mail_html_write (md->html, md->stream, "<br><br>");
}