diff options
author | Arunprakash <arunp@novell.com> | 2005-08-25 23:27:51 +0800 |
---|---|---|
committer | Arunprakash S <arunp@src.gnome.org> | 2005-08-25 23:27:51 +0800 |
commit | f7780399f460eb357653f02a243c7347d40bc35e (patch) | |
tree | 622a30bf28e0b505283706fe8404914e4f6adf3b /plugins/exchange-operations/ChangeLog | |
parent | 3f9c05b3ad0da596400e88558c86edeefa593f58 (diff) | |
download | gsoc2013-evolution-f7780399f460eb357653f02a243c7347d40bc35e.tar.gz gsoc2013-evolution-f7780399f460eb357653f02a243c7347d40bc35e.tar.zst gsoc2013-evolution-f7780399f460eb357653f02a243c7347d40bc35e.zip |
Need to set the account's linestatus to online as there is no way to get
2005-08-25 Arunprakash <arunp@novell.com>
* exchange-config-listener.c (account_added) : Need to set the
account's linestatus to online as there is no way to get the
linestatus in plugin. Also moved the authentication code to
exchange_operations_get_exchange_account as it is not needed here.
* exchange-operations.c (exchange_operations_get_exchange_account) :
Updated to return the account in offline mode.
svn path=/trunk/; revision=30251
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 27305dcda3..42939e4aec 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,12 @@ +2005-08-25 Arunprakash <arunp@novell.com> + + * exchange-config-listener.c (account_added) : Need to set the + account's linestatus to online as there is no way to get the + linestatus in plugin. Also moved the authentication code to + exchange_operations_get_exchange_account as it is not needed here. + * exchange-operations.c (exchange_operations_get_exchange_account) : + Updated to return the account in offline mode. + 2005-08-25 Shakti Sen <shprasad@novell.com> * exchange-folder.c (exchange_refresh_folder_tree, exchange_get_folder, |