aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-config-listener.h
diff options
context:
space:
mode:
authorPraveen Kumar <kpraveen@novell.com>2005-08-16 20:30:41 +0800
committerPraveen Kumar <kpraveen@src.gnome.org>2005-08-16 20:30:41 +0800
commitd242d17dd313cee70f92882635866dae60685644 (patch)
tree794e08cf683f0e39ad25f341d5a55d609501f32e /plugins/exchange-operations/exchange-config-listener.h
parent0c9d7e59053873ca2b0b0f7e61f9eed3bb6bc00c (diff)
downloadgsoc2013-evolution-d242d17dd313cee70f92882635866dae60685644.tar
gsoc2013-evolution-d242d17dd313cee70f92882635866dae60685644.tar.gz
gsoc2013-evolution-d242d17dd313cee70f92882635866dae60685644.tar.bz2
gsoc2013-evolution-d242d17dd313cee70f92882635866dae60685644.tar.lz
gsoc2013-evolution-d242d17dd313cee70f92882635866dae60685644.tar.xz
gsoc2013-evolution-d242d17dd313cee70f92882635866dae60685644.tar.zst
gsoc2013-evolution-d242d17dd313cee70f92882635866dae60685644.zip
Added new (add_account_esources): Don't add the calendars and tasks in the
2005-09-12 Praveen Kumar <kpraveen@novell.com> * 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 <kpraveen@novell.com> * 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
Diffstat (limited to 'plugins/exchange-operations/exchange-config-listener.h')
-rw-r--r--plugins/exchange-operations/exchange-config-listener.h5
1 files changed, 5 insertions, 0 deletions
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 */