aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/exchange-mapi/ChangeLog6
-rw-r--r--plugins/exchange-mapi/exchange-account-listener.c6
2 files changed, 8 insertions, 4 deletions
diff --git a/plugins/exchange-mapi/ChangeLog b/plugins/exchange-mapi/ChangeLog
index 18f19b791c..d8b5d8407b 100644
--- a/plugins/exchange-mapi/ChangeLog
+++ b/plugins/exchange-mapi/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-29 Srinivasa Ragavan <sragavan@novell.com>
+
+ * exchange-account-listener.c:
+ (exchange_account_listener_get_folder_list): Get the folder list from
+ the global list and use it.
+
2007-10-22 Suman Manjunath <msuman@novell.com>
* exchange-account-listener.c: (add_cal_esource),
diff --git a/plugins/exchange-mapi/exchange-account-listener.c b/plugins/exchange-mapi/exchange-account-listener.c
index 2db037dbea..fc01c3916e 100644
--- a/plugins/exchange-mapi/exchange-account-listener.c
+++ b/plugins/exchange-mapi/exchange-account-listener.c
@@ -787,10 +787,8 @@ exchange_account_listener_get_folder_list ()
{
if (folders_list)
return;
-
- if (exchange_mapi_get_folders_list (&folders_list)) {
- printf ("\n\aget folders list call is sucessful \n\a");
- }
+
+ folders_list = exchange_mapi_peek_folder_list ();
}
GType