diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-01-23 16:04:21 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-01-23 16:04:21 +0800 |
commit | 305832a728c3a14a1bd0a9d2008209b41cba0953 (patch) | |
tree | 6e37ac617aae32d451ff660f4c01afe090fade3f /plugins/exchange-operations/ChangeLog | |
parent | c54437a87bfcdb8bffedc0186b5fdaca53dc59b0 (diff) | |
download | gsoc2013-evolution-305832a728c3a14a1bd0a9d2008209b41cba0953.tar gsoc2013-evolution-305832a728c3a14a1bd0a9d2008209b41cba0953.tar.gz gsoc2013-evolution-305832a728c3a14a1bd0a9d2008209b41cba0953.tar.bz2 gsoc2013-evolution-305832a728c3a14a1bd0a9d2008209b41cba0953.tar.lz gsoc2013-evolution-305832a728c3a14a1bd0a9d2008209b41cba0953.tar.xz gsoc2013-evolution-305832a728c3a14a1bd0a9d2008209b41cba0953.tar.zst gsoc2013-evolution-305832a728c3a14a1bd0a9d2008209b41cba0953.zip |
Reading the auth type from ExchangeAccount and setting it in URL if the url
doesn't contain the auth mechanism value. Fixes #327284.
svn path=/trunk/; revision=31270
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 4d4cd6dedb..475f37f6af 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,13 @@ +2006-01-23 Sushma Rai <rsushma@novell.com> + + * exchange-account-setup.c (camel_exchange_ntlm): Setting the authproto + value to NTLM, which is used later. + (org_gnome_exchange_auth_section): Reading the auth type from + ExchangeAccount and setting it in URL if the url doesn't contain the + auth mechanism value. Since the auth mechanism is not set using the + authentication type tab in druid during account setup, when the editor + is invoked, it doesn't get set in the account URI. Fixes #327284. + 2006-01-19 Andre Klapper <a9016009@gmx.de> * org-gnome-exchange-operations.error.xml: |