[evolution] Bug #610327 - Proxy login doesn't show folder list



commit baa7f20333a5bbb7c8cbb3cf2ce86b57aba79ef2
Author: Bharath Acharya <abharath novell com>
Date:   Fri Mar 5 16:12:10 2010 +0530

    Bug #610327 - Proxy login doesn't show folder list

 plugins/groupwise-features/proxy-login.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plugins/groupwise-features/proxy-login.c b/plugins/groupwise-features/proxy-login.c
index 764fb9d..bf23e17 100644
--- a/plugins/groupwise-features/proxy-login.c
+++ b/plugins/groupwise-features/proxy-login.c
@@ -30,6 +30,7 @@
 
 #include <libedataserverui/e-passwords.h>
 #include <mail/em-folder-tree.h>
+#include <mail/e-mail-store.h>
 #include <mail/mail-config.h>
 #include <mail/em-folder-selector.h>
 #include <mail/em-account-editor.h>
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]