aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-21 05:20:15 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-21 05:20:15 +0800
commit55c55856794d94f3e855fe8367da532d23537529 (patch)
treeaf3cfe98fd79b568a9176a739a8a9b83a8f65823
parent4645eac8501fda241b9b7170a4db2b1878ca74ac (diff)
downloadgsoc2013-evolution-55c55856794d94f3e855fe8367da532d23537529.tar
gsoc2013-evolution-55c55856794d94f3e855fe8367da532d23537529.tar.gz
gsoc2013-evolution-55c55856794d94f3e855fe8367da532d23537529.tar.bz2
gsoc2013-evolution-55c55856794d94f3e855fe8367da532d23537529.tar.lz
gsoc2013-evolution-55c55856794d94f3e855fe8367da532d23537529.tar.xz
gsoc2013-evolution-55c55856794d94f3e855fe8367da532d23537529.tar.zst
gsoc2013-evolution-55c55856794d94f3e855fe8367da532d23537529.zip
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
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-summary.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7362802401..97472250c2 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -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
diff --git a/mail/mail-summary.c b/mail/mail-summary.c
index d1935ea758..0b8e64a592 100644
--- a/mail/mail-summary.c
+++ b/mail/mail-summary.c
@@ -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);