aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-18 04:38:38 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-18 04:38:38 +0800
commit45edb0148a8d013fe2520461f3ad3439b285cc61 (patch)
tree868dabb53075f916ea7ca259b399512e74034d01 /mail/ChangeLog
parent4f9c48faf470d08a9d5d299c3a551124d8c6bbc2 (diff)
downloadgsoc2013-evolution-45edb0148a8d013fe2520461f3ad3439b285cc61.tar
gsoc2013-evolution-45edb0148a8d013fe2520461f3ad3439b285cc61.tar.gz
gsoc2013-evolution-45edb0148a8d013fe2520461f3ad3439b285cc61.tar.bz2
gsoc2013-evolution-45edb0148a8d013fe2520461f3ad3439b285cc61.tar.lz
gsoc2013-evolution-45edb0148a8d013fe2520461f3ad3439b285cc61.tar.xz
gsoc2013-evolution-45edb0148a8d013fe2520461f3ad3439b285cc61.tar.zst
gsoc2013-evolution-45edb0148a8d013fe2520461f3ad3439b285cc61.zip
Go back to generating the cachename ourselves, but continue doing it the
2001-09-17 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_folder_to_cachename): Go back to generating the cachename ourselves, but continue doing it the way the dfault implementation of camel_folder_get_uri worked. svn path=/trunk/; revision=12908
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 253396513f..1afc37de19 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-17 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-config.c (mail_config_folder_to_cachename): Go back to
+ generating the cachename ourselves, but continue doing it the way
+ the dfault implementation of camel_folder_get_uri worked.
+
2001-09-16 Christopher James Lahey <clahey@ximian.com>
* message-list.c (ml_get_node_by_id): Made save_id const here.