aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-20 03:54:58 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-20 03:54:58 +0800
commit13a1d6f61bb401bcee377c65736497c0f44fb3f5 (patch)
treeb4964f3bcc4ed724b2607d07775f0f9e588f3aae /my-evolution
parentdabcbedc2852c516db58a01a12b82575903c07fc (diff)
downloadgsoc2013-evolution-13a1d6f61bb401bcee377c65736497c0f44fb3f5.tar.gz
gsoc2013-evolution-13a1d6f61bb401bcee377c65736497c0f44fb3f5.tar.zst
gsoc2013-evolution-13a1d6f61bb401bcee377c65736497c0f44fb3f5.zip
Fix the mail folder links
svn path=/trunk/; revision=11231
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/ChangeLog4
-rw-r--r--my-evolution/e-summary-mail.c2
-rw-r--r--my-evolution/e-summary.c1
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,5 +1,9 @@
2001-07-19 Iain Holmes <iain@ximian.com>
+ * e-summary-mail.c (folder_gen_html): correct the folder name.
+
+2001-07-19 Iain Holmes <iain@ximian.com>
+
* my-evolution-html.h: Set the text colour to black. Frank was claiming
it picked the default colour from the GTK+ theme, and if it was white
bad things happened.
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 ("<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);
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;
ommit/lang?h=mate-1.16&id=8f5433b0859f1a4bdc6da9a742d667245e160c22'>- new option GNUSTEP_WITH_GCC34dinoex2004-09-101-15/+18 * Remove a false dependency if pgrep/pkill are included in the base system.thierry2004-09-071-1/+4 * Update to the 20040827 snapshot of GCC 3.4.2.gerald2004-09-0424-156/+156 * Fix location of pkgconfig-datavs2004-09-0424-24/+144 * Add distinfo for Python-2.4a3perky2004-09-043-12/+6 * Update to 2.4a3perky2004-09-0442-1120/+301 * Update to version 4.5.2krion2004-09-035-3/+67 * Update to version 19a.linimon2004-09-035-19/+28 * Update to the 20040901 snapshot of GCC 3.3.5.gerald2004-09-022-13/+13 * Update TenDRA to 4.20040902. Major changes are support for the Alphastefanf2004-09-026-880/+780 * Complete the repo-copy of gcc34 to gcc35 and update to the 20040829gerald2004-09-025-43/+44 * List gcov command.trevor2004-09-011-0/+1 * Add a missing patch needed with gcc version 3.4.2.thierry2004-08-301-0/+14 * Upgrade to v110.48.jkoshy2004-08-2915-467/+549 * - Don't hardcode shlib versionspav2004-08-292-1/+2 * Chase libaspell to aspell.16.thierry2004-08-293-3/+3 * Upgrade to 0.98a.thierry2004-08-273-2641/+5 * Work around stricter CPP in GCC >= 3.4.1.obraun2004-08-261-0/+11 * Update to 1.66krion2004-08-242-3/+3 * Slightly harder to deal with than ports/70328, but tweak tcl80 and tk80ade2004-08-241-0/+3 * Update to 5.0.1 release:ale2004-08-23