From 13a1d6f61bb401bcee377c65736497c0f44fb3f5 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 19 Jul 2001 19:54:58 +0000 Subject: Fix the mail folder links svn path=/trunk/; revision=11231 --- my-evolution/ChangeLog | 4 ++++ my-evolution/e-summary-mail.c | 2 +- my-evolution/e-summary.c | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 3c75f051ef..8987f6975f 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2001-07-19 Iain Holmes + + * e-summary-mail.c (folder_gen_html): correct the folder name. + 2001-07-19 Iain Holmes * my-evolution-html.h: Set the text colour to black. Frank was claiming diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c index c3f8981add..12b6b4f2d3 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:", folder->name, NULL); + uri = g_strconcat ("evolution:/local", folder->name, NULL); str = g_strdup_printf ("
%s
%d/%d
", uri, pretty_name, folder->unread, folder->count); g_free (uri); diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 0de680557a..40518b5eb5 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -543,7 +543,6 @@ e_summary_add_protocol_listener (ESummary *summary, g_return_if_fail (listener != NULL); if (summary->priv->protocol_hash == NULL) { - g_print ("Creating\n"); summary->priv->protocol_hash = g_hash_table_new (g_str_hash, g_str_equal); old = NULL; -- cgit v1.2.3