From ec00a9179b6eba6c7812c076185de926fae454d2 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 18 Jul 2002 17:37:19 +0000 Subject: Change the HTML to make this a little prettier. 2002-07-18 Peter Williams * mail-format.c (handle_multipart_digest): Change the HTML to make this a little prettier. svn path=/trunk/; revision=17506 --- mail/ChangeLog | 3 +++ mail/mail-format.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 77c01e59a4..eb6de02302 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2002-07-18 Peter Williams + * mail-format.c (handle_multipart_digest): Change the HTML to + make this a little prettier. + * folder-browser-window.c (folder_browser_window_new): Load the messagedisplay XML file as a base for the UI, so that things appear. Don't add the global UI items as they don't make sense diff --git a/mail/mail-format.c b/mail/mail-format.c index bd8c033b4c..2754f7b624 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -1731,7 +1731,8 @@ handle_multipart_digest (CamelMimePart *part, const char *mime_type, g_return_val_if_fail (CAMEL_IS_MULTIPART (wrapper), FALSE); - gtk_html_stream_printf (stream, "    %s", + gtk_html_stream_printf (stream, "    " + " %s", mail_display_get_url_for_icon (md, EVOLUTION_ICONSDIR "/envelope.png"), U_("View messages...")); -- cgit