aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-29 06:48:31 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-29 06:48:31 +0800
commite023c17d5c4585474511f657bd3fcac1ee8963e3 (patch)
tree8e4558185bf0aad97cfc692ae14d9f09dc7c0f24 /mail/ChangeLog
parentdf8634ddc8aedeeb471e1e1a6171a8ea102db61d (diff)
downloadgsoc2013-evolution-e023c17d5c4585474511f657bd3fcac1ee8963e3.tar
gsoc2013-evolution-e023c17d5c4585474511f657bd3fcac1ee8963e3.tar.gz
gsoc2013-evolution-e023c17d5c4585474511f657bd3fcac1ee8963e3.tar.bz2
gsoc2013-evolution-e023c17d5c4585474511f657bd3fcac1ee8963e3.tar.lz
gsoc2013-evolution-e023c17d5c4585474511f657bd3fcac1ee8963e3.tar.xz
gsoc2013-evolution-e023c17d5c4585474511f657bd3fcac1ee8963e3.tar.zst
gsoc2013-evolution-e023c17d5c4585474511f657bd3fcac1ee8963e3.zip
Use Camel to compare the urls rather than using e_url_equal which does all
2001-09-28 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_get_account_by_transport_url): Use Camel to compare the urls rather than using e_url_equal which does all sorts of funky shit that may not work in every case. svn path=/trunk/; revision=13239
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 4d80c8986a..b297f0614e 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-09-28 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-config.c (mail_config_get_account_by_transport_url): Use
+ Camel to compare the urls rather than using e_url_equal which does
+ all sorts of funky shit that may not work in every case.
+
+2001-09-28 Jeffrey Stedfast <fejj@ximian.com>
+
* mail-local.c (mail_local_provider_init): Setup the url_hash and
url_equal functions for the local provider.