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:
Jason Leach
2001-07-20 21:20:15 +00:00
committed by Jacob Leach
parent 4645eac850
commit 55c5585679
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);