Change this back to the "evolution:/local/Inbox" URI.
2001-07-20 Jason Leach <jleach@ximian.com> * mail-summary.c (generate_html_summary): Change this back to the "evolution:/local/Inbox" URI. svn path=/trunk/; revision=11276
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-07-20 Jason Leach <jleach@ximian.com>
|
||||
|
||||
* mail-summary.c (generate_html_summary): Change this back to the
|
||||
"evolution:/local/Inbox" URI.
|
||||
|
||||
2001-07-20 Peter Williams <peterw@ximian.com>
|
||||
|
||||
* component-factory.c (storage_remove_folder): Don't let the user
|
||||
|
||||
@ -185,7 +185,7 @@ generate_html_summary (MailSummary *summary)
|
||||
g_print ("unread: %d\n", fs->unread);
|
||||
g_print ("total: %d\n", fs->total);
|
||||
|
||||
tmp = g_strdup_printf ("<table><tr><td><b><a href=\"view://evolution:/Local Folders/Inbox\">%s</a>:</b>"
|
||||
tmp = g_strdup_printf ("<table><tr><td><b><a href=\"view://evolution:/local/Inbox\">%s</a>:</b>"
|
||||
"<td align=\"right\">%d/%d</td></tr>",
|
||||
fs->name, fs->unread, fs->total);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user