From ccd2fe2bb4b2475ba91b59b9046cac0a2a8805ff Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 14 Jan 2004 11:55:24 +0000 Subject: set the "auth" property on the ESource's we create, to get authentication. 2004-01-14 Rodrigo Moya * 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 --- camel/ChangeLog | 5 +++++ camel/providers/groupwise/camel-gw-listener.c | 1 + 2 files changed, 6 insertions(+) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index e442a0afbe..88a5a3d7b2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2004-01-14 Rodrigo Moya + + * providers/groupwise/camel-gw-listener.c (add_esource): set the + "auth" property on the ESource's we create, to get authentication. + 2004-01-14 Not Zed ** Patch from Timo Sirainen to honour read-only 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); -- cgit v1.2.3