aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-12-04 23:53:37 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-12-04 23:53:37 +0800
commitc86b544193b498fbfbbd755963ac60a6339f7ea3 (patch)
tree2c4304de1f4417bd83baf8429ea25f8d51e6aaa9 /mail/ChangeLog
parenta3b8881d09c0a6854b12551dcee89c87c28739fe (diff)
downloadgsoc2013-evolution-c86b544193b498fbfbbd755963ac60a6339f7ea3.tar
gsoc2013-evolution-c86b544193b498fbfbbd755963ac60a6339f7ea3.tar.gz
gsoc2013-evolution-c86b544193b498fbfbbd755963ac60a6339f7ea3.tar.bz2
gsoc2013-evolution-c86b544193b498fbfbbd755963ac60a6339f7ea3.tar.lz
gsoc2013-evolution-c86b544193b498fbfbbd755963ac60a6339f7ea3.tar.xz
gsoc2013-evolution-c86b544193b498fbfbbd755963ac60a6339f7ea3.tar.zst
gsoc2013-evolution-c86b544193b498fbfbbd755963ac60a6339f7ea3.zip
** Fixes bug #552583
2008-12-04 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #552583 * mail/mail-config.c (mail_config_get_account_by_source_url), (mail_config_get_account_by_transport_url): For the purpose of matching a URL to an EAccount, only compare the protocol, user, host and port and disregard the rest. svn path=/trunk/; revision=36832
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 2f615c2a1c..3af8a105d7 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2008-12-04 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #552583
+
+ * mail-config.c (mail_config_get_account_by_source_url),
+ (mail_config_get_account_by_transport_url):
+ For the purpose of matching a URL to an EAccount, only compare
+ the protocol, user, host and port and disregard the rest.
+
2008-11-23 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #552850