From 4baef8309f7b216401269448ff5389296dd335c0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 3 Aug 2001 21:37:00 +0000 Subject: Try to restore the choice the user had chosen before hitting the "Check 2001-08-03 Jeffrey Stedfast * 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 --- mail/mail-format.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/mail-format.c') 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, "

"); } -- cgit v1.2.3