aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/groupwise/camel-gw-listener.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/groupwise/camel-gw-listener.c')
-rw-r--r--camel/providers/groupwise/camel-gw-listener.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/groupwise/camel-gw-listener.c b/camel/providers/groupwise/camel-gw-listener.c
index dbfa66c528..7830f17ba0 100644
--- a/camel/providers/groupwise/camel-gw-listener.c
+++ b/camel/providers/groupwise/camel-gw-listener.c
@@ -175,6 +175,7 @@ add_esource (const char *conf_key, const char *group_name, const char* source_n
return;
source = e_source_new (source_name, relative_uri);
+ e_source_set_property (source, "auth", "1");
e_source_group_add_source (group, source, -1);
e_source_list_sync (source_list, NULL);