aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-mail.c')
-rw-r--r--my-evolution/e-summary-mail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c
index e13ee0966e..923724c773 100644
--- a/my-evolution/e-summary-mail.c
+++ b/my-evolution/e-summary-mail.c
@@ -76,7 +76,7 @@ folder_gen_html (ESummaryMailFolder *folder,
char *str, *pretty_name, *uri;
pretty_name = make_pretty_foldername (folder->name);
- uri = g_strconcat ("evolution:/Local Folders", folder->name, NULL);
+ uri = g_strconcat ("evolution:/local", folder->name, NULL);
str = g_strdup_printf ("<tr><td><a href=\"%s\"><pre>%s</pre></a></td><td align=\"Left\"><pre>%d/%d</pre></td></tr>",
uri, pretty_name, folder->unread, folder->count);
g_free (uri);
@@ -99,7 +99,7 @@ e_summary_mail_generate_html (ESummary *summary)
mail = summary->mail;
string = g_string_new ("<dl><dt><img src=\"ico-mail.png\" "
"align=\"middle\" alt=\"\" width=\"48\" "
- "height=\"48\"> <b><a href=\"evolution:/Local Folders/Inbox\">");
+ "height=\"48\"> <b><a href=\"evolution:/local/Inbox\">");
s = e_utf8_from_locale_string (_("Mail summary"));
g_string_append (string, s);
g_free (s);
rsion 7.8.3pgj2014-08-111-1/+1 * - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-291-1/+1 * Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1 * - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-101-1/+0 * - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused bypgj2014-01-101-1/+1 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-051-2/+1 * - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-061-0/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-203-12/+7