From d242d17dd313cee70f92882635866dae60685644 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Tue, 16 Aug 2005 12:30:41 +0000 Subject: Added new (add_account_esources): Don't add the calendars and tasks in the 2005-09-12 Praveen Kumar * exchange-config-listener.c (remove_selected_non_offline_esources): Added new (add_account_esources): Don't add the calendars and tasks in the selected list (account_added): If starting in offline mode remove the non-offline calendars and tasks from the selected list so that it doesn't throws an error Fixes the bug 273272. 2005-08-11 Praveen Kumar * exchange-config-listener.c (exchange_camel_urls_is_equal): Added new (exchange_config_listener_modify_esource_group_name): Added new (account_changed): Handle most of the account parameter changes without restart. This fixes bug 272784 and partially bug 220168 (account_removed): Removed the message dialog that says that the changes will be reflected after restart. This partially fixes the bug 220168 svn path=/trunk/; revision=30132 --- plugins/exchange-operations/exchange-config-listener.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/exchange-operations/exchange-config-listener.h') diff --git a/plugins/exchange-operations/exchange-config-listener.h b/plugins/exchange-operations/exchange-config-listener.h index a63c33651b..7f137c946b 100644 --- a/plugins/exchange-operations/exchange-config-listener.h +++ b/plugins/exchange-operations/exchange-config-listener.h @@ -57,6 +57,11 @@ void add_folder_esource (ExchangeAccount *account, FolderType folder_type, co void remove_folder_esource (ExchangeAccount *account, FolderType folder_type, const char *physical_uri); ExchangeConfigListenerStatus exchange_config_listener_get_offline_status (ExchangeConfigListener *excl, gint *mode); +void exchange_config_listener_modify_esource_group_name (ExchangeConfigListener *excl, + const char *old_name, + const char *new_name); + + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3