aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-10-29 16:41:00 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-10-29 16:41:00 +0800
commit76594dc42951439227ea9eb9f7a5092ba64012fa (patch)
treeb51dbb47c4c62a61ebcf4c4e0babd72ae2838a96
parentf3b42b80254ccf44cf5a63597020c9b9607bae55 (diff)
downloadgsoc2013-evolution-76594dc42951439227ea9eb9f7a5092ba64012fa.tar
gsoc2013-evolution-76594dc42951439227ea9eb9f7a5092ba64012fa.tar.gz
gsoc2013-evolution-76594dc42951439227ea9eb9f7a5092ba64012fa.tar.bz2
gsoc2013-evolution-76594dc42951439227ea9eb9f7a5092ba64012fa.tar.lz
gsoc2013-evolution-76594dc42951439227ea9eb9f7a5092ba64012fa.tar.xz
gsoc2013-evolution-76594dc42951439227ea9eb9f7a5092ba64012fa.tar.zst
gsoc2013-evolution-76594dc42951439227ea9eb9f7a5092ba64012fa.zip
Get the folders from the global list.mapi_provider_libmapi_0_6
svn path=/branches/EXCHANGE_MAPI_BRANCH/; revision=34445
-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