From baa7f20333a5bbb7c8cbb3cf2ce86b57aba79ef2 Mon Sep 17 00:00:00 2001 From: Bharath Acharya Date: Fri, 5 Mar 2010 16:12:10 +0530 Subject: Bug #610327 - Proxy login doesn't show folder list --- plugins/groupwise-features/proxy-login.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/groupwise-features/proxy-login.c b/plugins/groupwise-features/proxy-login.c index 764fb9d8c4..bf23e17d82 100644 --- a/plugins/groupwise-features/proxy-login.c +++ b/plugins/groupwise-features/proxy-login.c @@ -30,6 +30,7 @@ #include #include +#include #include #include #include @@ -392,7 +393,7 @@ proxy_login_add_new_store (gchar *uri, CamelStore *store, gpointer user_data) store->mode &= !CAMEL_STORE_WRITE; store->flags |= CAMEL_STORE_PROXY; - /*mail_component_add_store (mail_component_peek (), store, account->name);*/ + e_mail_store_add (store, account->name); } static void -- cgit v1.2.3