aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-14 19:55:24 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-14 19:55:24 +0800
commitccd2fe2bb4b2475ba91b59b9046cac0a2a8805ff (patch)
tree6ca2efd0b539070d077feb6b51e48335badc008a /plugins/groupwise-account-setup
parent7edaa9a0eeda3fd0a68b5192c34249cc24a23d09 (diff)
downloadgsoc2013-evolution-ccd2fe2bb4b2475ba91b59b9046cac0a2a8805ff.tar
gsoc2013-evolution-ccd2fe2bb4b2475ba91b59b9046cac0a2a8805ff.tar.gz
gsoc2013-evolution-ccd2fe2bb4b2475ba91b59b9046cac0a2a8805ff.tar.bz2
gsoc2013-evolution-ccd2fe2bb4b2475ba91b59b9046cac0a2a8805ff.tar.lz
gsoc2013-evolution-ccd2fe2bb4b2475ba91b59b9046cac0a2a8805ff.tar.xz
gsoc2013-evolution-ccd2fe2bb4b2475ba91b59b9046cac0a2a8805ff.tar.zst
gsoc2013-evolution-ccd2fe2bb4b2475ba91b59b9046cac0a2a8805ff.zip
set the "auth" property on the ESource's we create, to get authentication.
2004-01-14 Rodrigo Moya <rodrigo@ximian.com> * providers/groupwise/camel-gw-listener.c (add_esource): set the "auth" property on the ESource's we create, to get authentication. svn path=/trunk/; revision=24216
Diffstat (limited to 'plugins/groupwise-account-setup')
-rw-r--r--plugins/groupwise-account-setup/camel-gw-listener.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c
index dbfa66c528..7830f17ba0 100644
--- a/plugins/groupwise-account-setup/camel-gw-listener.c
+++ b/plugins/groupwise-account-setup/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);