diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-02-27 14:24:33 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-02-27 14:24:33 +0800 |
commit | 0cb0624aa6a526a85ad33e8392cb1bf34d9854f3 (patch) | |
tree | ca76fa83dcffe3c72eed57f846aedca1083e055f /plugins/exchange-operations/ChangeLog | |
parent | 6c37e0ae38ffae744671a9f81e22903a33dcc3c1 (diff) | |
download | gsoc2013-evolution-0cb0624aa6a526a85ad33e8392cb1bf34d9854f3.tar gsoc2013-evolution-0cb0624aa6a526a85ad33e8392cb1bf34d9854f3.tar.gz gsoc2013-evolution-0cb0624aa6a526a85ad33e8392cb1bf34d9854f3.tar.bz2 gsoc2013-evolution-0cb0624aa6a526a85ad33e8392cb1bf34d9854f3.tar.lz gsoc2013-evolution-0cb0624aa6a526a85ad33e8392cb1bf34d9854f3.tar.xz gsoc2013-evolution-0cb0624aa6a526a85ad33e8392cb1bf34d9854f3.tar.zst gsoc2013-evolution-0cb0624aa6a526a85ad33e8392cb1bf34d9854f3.zip |
Fixed the problem with the sent and drafts folder URIs and also
setting them. Fixes #324693.
svn path=/trunk/; revision=31583
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index f711b9363c..4d69a262ff 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,15 @@ +2006-02-27 Sushma Rai <rsushma@novell.com> + + * exchange-config-listener.c (add_defaults_for_account): Not trying to + set autocompletion folders here, which is done somewhere else. + (account_added): Invoking add_defaults_for_account() always on + "connected" signal, not only if the account is marked as default + folder, as we need to set them even if the account is not an default + account. + (set_special_mail_folder): Fomring the URIs for sent items and drafts + folders, by removing the ";" from the physical URIs. + Fixes #324693. + 2006-02-25 Sushma Rai <rsushma@novell.com> * exchange-contacts.c (e_exchange_contacts_get_contacts): Freeing |