Change the HTML to make this a little prettier.

2002-07-18  Peter Williams  <peterw@ximian.com>

	* mail-format.c (handle_multipart_digest): Change the HTML to
	make this a little prettier.

svn path=/trunk/; revision=17506
This commit is contained in:
Peter Williams
2002-07-18 17:37:19 +00:00
committed by Peter Williams
parent b177dac4bc
commit ec00a9179b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2002-07-18 Peter Williams <peterw@ximian.com>
* 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

View File

@ -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, "&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"digest:\"><img src=\"%s\">%s</a>",
gtk_html_stream_printf (stream, "&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"digest:\"><img align=\"middle\" src=\"%s\"></a>"
"&nbsp;<a href=\"digest:\">%s</a>",
mail_display_get_url_for_icon (md, EVOLUTION_ICONSDIR "/envelope.png"),
U_("View messages..."));