diff options
author | Bharath Acharya <abharath@novell.com> | 2010-03-05 18:42:10 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@novell.com> | 2010-03-05 18:42:10 +0800 |
commit | baa7f20333a5bbb7c8cbb3cf2ce86b57aba79ef2 (patch) | |
tree | 0cb92f6ec90db345937f07ba872d843bb01ee9a9 | |
parent | 669b678f2c7b3a6eeb3c8842f08fae38c1fc85d1 (diff) | |
download | gsoc2013-evolution-baa7f20333a5bbb7c8cbb3cf2ce86b57aba79ef2.tar gsoc2013-evolution-baa7f20333a5bbb7c8cbb3cf2ce86b57aba79ef2.tar.gz gsoc2013-evolution-baa7f20333a5bbb7c8cbb3cf2ce86b57aba79ef2.tar.bz2 gsoc2013-evolution-baa7f20333a5bbb7c8cbb3cf2ce86b57aba79ef2.tar.lz gsoc2013-evolution-baa7f20333a5bbb7c8cbb3cf2ce86b57aba79ef2.tar.xz gsoc2013-evolution-baa7f20333a5bbb7c8cbb3cf2ce86b57aba79ef2.tar.zst gsoc2013-evolution-baa7f20333a5bbb7c8cbb3cf2ce86b57aba79ef2.zip |
Bug #610327 - Proxy login doesn't show folder list
-rw-r--r-- | 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 764fb9d8c4..bf23e17d82 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 |