diff options
Diffstat (limited to 'plugins/exchange-mapi/exchange-mapi-account-setup.c')
-rw-r--r-- | plugins/exchange-mapi/exchange-mapi-account-setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/exchange-mapi/exchange-mapi-account-setup.c b/plugins/exchange-mapi/exchange-mapi-account-setup.c index 28dc467128..6edf471bbc 100644 --- a/plugins/exchange-mapi/exchange-mapi-account-setup.c +++ b/plugins/exchange-mapi/exchange-mapi-account-setup.c @@ -209,9 +209,6 @@ create_profile(const char *username, const char *password, const char *domain, c if (!exchange_mapi_connection_new(profname, NULL)) return FALSE; - /* Fetch the folders into a global list for future use.*/ - exchange_account_fetch_folders (); - g_free (profname); return TRUE; |