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:
committed by
Peter Williams
parent
b177dac4bc
commit
ec00a9179b
@ -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
|
||||
|
||||
@ -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, " <a href=\"digest:\"><img src=\"%s\">%s</a>",
|
||||
gtk_html_stream_printf (stream, " <a href=\"digest:\"><img align=\"middle\" src=\"%s\"></a>"
|
||||
" <a href=\"digest:\">%s</a>",
|
||||
mail_display_get_url_for_icon (md, EVOLUTION_ICONSDIR "/envelope.png"),
|
||||
U_("View messages..."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user