From affa9b892f22cc550e09ef760b8d8345997893a3 Mon Sep 17 00:00:00 2001 From: Sarfraaz Ahmed Date: Thu, 21 Jul 2005 14:46:34 +0000 Subject: Rescan the tree before fetching the folder list. Similar Dont add the 2005-07-21 Sarfraaz Ahmed * exchange-calendar.c (e_exchange_calendar_get_calendars): Rescan the tree before fetching the folder list. * exchange-contacts.c (e_exchange_contacts_get_contacts): Similar * exchange-config-listener.c (account_added): Dont add the sources here now. Its now taken care while the folders are being created in e-d-s. * exchange-folder.c (org_gnome_exchange_folder_subscription): Dont add the esources here. svn path=/trunk/; revision=29834 --- plugins/exchange-operations/exchange-contacts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/exchange-operations/exchange-contacts.c') diff --git a/plugins/exchange-operations/exchange-contacts.c b/plugins/exchange-operations/exchange-contacts.c index 623699a31c..a0a9bf87a4 100644 --- a/plugins/exchange-operations/exchange-contacts.c +++ b/plugins/exchange-operations/exchange-contacts.c @@ -71,6 +71,7 @@ e_exchange_contacts_get_contacts (void) prefix_len = strlen (uri_prefix); contacts_list = g_ptr_array_new (); + exchange_account_rescan_tree (account); folder_array = exchange_account_get_folders (account); for (i=0; ilen; ++i) { -- cgit