set the "auth" property on the ESource's we create, to get authentication.
authorRodrigo Moya <rodrigo@ximian.com>
Wed, 14 Jan 2004 11:55:24 +0000 (11:55 +0000)
committerRodrigo Moya <rodrigo@src.gnome.org>
Wed, 14 Jan 2004 11:55:24 +0000 (11:55 +0000)
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.

camel/ChangeLog
camel/providers/groupwise/camel-gw-listener.c

index e442a0a..88a5a3d 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2004-01-14  Not Zed  <NotZed@Ximian.com>
 
        ** Patch from Timo Sirainen <tss@iki.fi> to honour read-only
index dbfa66c..7830f17 100644 (file)
@@ -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);