diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-06-19 00:36:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-06-19 00:36:52 +0800 |
commit | ef395aea81c8fc6b1e2d51c75833e167fdf6510b (patch) | |
tree | 6b288cc02c1c7d69434a68d023abd0cd6a8a0d65 /mail/ChangeLog | |
parent | 1a5163b53919385a751bdcfdbc20d63a9424f3d0 (diff) | |
download | gsoc2013-evolution-ef395aea81c8fc6b1e2d51c75833e167fdf6510b.tar gsoc2013-evolution-ef395aea81c8fc6b1e2d51c75833e167fdf6510b.tar.gz gsoc2013-evolution-ef395aea81c8fc6b1e2d51c75833e167fdf6510b.tar.bz2 gsoc2013-evolution-ef395aea81c8fc6b1e2d51c75833e167fdf6510b.tar.lz gsoc2013-evolution-ef395aea81c8fc6b1e2d51c75833e167fdf6510b.tar.xz gsoc2013-evolution-ef395aea81c8fc6b1e2d51c75833e167fdf6510b.tar.zst gsoc2013-evolution-ef395aea81c8fc6b1e2d51c75833e167fdf6510b.zip |
** Fixes part of bug #532472
2008-06-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #532472
* mail/mail-config.c (mail_config_get_account_by_transport_url):
Strip the account URL (via CAMEL_URL_HIDE_ALL) before comparing
it to the already-stripped 'transport_url', to avoid unnecessary
password prompts.
svn path=/trunk/; revision=35649
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1e8ce2d191..bef54c63c9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2008-06-18 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #532472 + + * mail-config.c (mail_config_get_account_by_transport_url): + Strip the account URL (via CAMEL_URL_HIDE_ALL) before comparing + it to the already-stripped 'transport_url', to avoid unnecessary + password prompts. + 2008-06-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #467892 |