diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-11-07 14:32:34 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-11-07 14:32:34 +0800 |
commit | 93f24c38ae89c207e60a2af2c2eb6639d26a1372 (patch) | |
tree | 9d8d4d9390480396d75d15405b40e52bedba24ae /mail/ChangeLog | |
parent | e13fefd701ad7555171547a37b005bcf2d855839 (diff) | |
download | gsoc2013-evolution-93f24c38ae89c207e60a2af2c2eb6639d26a1372.tar.gz gsoc2013-evolution-93f24c38ae89c207e60a2af2c2eb6639d26a1372.tar.zst gsoc2013-evolution-93f24c38ae89c207e60a2af2c2eb6639d26a1372.zip |
Committing on behalf of Matthew Barnes <mbarnes@redhat.com>
2008-11-07 Matthew Barnes <mbarnes@redhat.com>
** Fix for bug #552583
* mail-config.c: (mail_config_get_account_by_source_url):
Instead of preserving the authmech attribute in the two URLs
being compared, strip the attributes out of both URLs and just do
a simple string comparison. We're just trying to match a URL to
an account here. The authentication method shouldn't be relevant.
svn path=/trunk/; revision=36758
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 27530290f0..3f60f7a0fe 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2008-11-07 Matthew Barnes <mbarnes@redhat.com> + + ** Fix for bug #552583 + + * mail-config.c: (mail_config_get_account_by_source_url): + Instead of preserving the authmech attribute in the two URLs + being compared, strip the attributes out of both URLs and just do + a simple string comparison. We're just trying to match a URL to + an account here. The authentication method shouldn't be relevant. + 2008-11-07 Bharath Acharya <abharath@novell.com> ** Fix for BNC bug #437226 |