aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog6
-rw-r--r--camel/providers/groupwise/camel-gw-listener.c2
-rw-r--r--plugins/groupwise-account-setup/camel-gw-listener.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index cad441fff8..93f1dd56b1 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-13 Sivaiah Nallagatla <snallagatla@novell.com>
+
+ * providers/groupwise/camel-gw-listener.c
+ (add_addressbook_sources) : change the auth type string from
+ Password to plain/password
+
2004-04-12 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #56878.
diff --git a/camel/providers/groupwise/camel-gw-listener.c b/camel/providers/groupwise/camel-gw-listener.c
index 850719486a..6ef765fdf6 100644
--- a/camel/providers/groupwise/camel-gw-listener.c
+++ b/camel/providers/groupwise/camel-gw-listener.c
@@ -358,7 +358,7 @@ add_addressbook_sources (EAccount *account)
group = e_source_group_new (account->name, "groupwise://");
e_source_list_add_group (list, group, -1);
source = e_source_new ("Frequent Contacts", relative_uri);
- e_source_set_property (source, "auth", "Password");
+ e_source_set_property (source, "auth", "plain/password");
e_source_set_property(source, "user", url->user);
e_source_group_add_source (group, source, -1);
diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c
index 850719486a..6ef765fdf6 100644
--- a/plugins/groupwise-account-setup/camel-gw-listener.c
+++ b/plugins/groupwise-account-setup/camel-gw-listener.c
@@ -358,7 +358,7 @@ add_addressbook_sources (EAccount *account)
group = e_source_group_new (account->name, "groupwise://");
e_source_list_add_group (list, group, -1);
source = e_source_new ("Frequent Contacts", relative_uri);
- e_source_set_property (source, "auth", "Password");
+ e_source_set_property (source, "auth", "plain/password");
e_source_set_property(source, "user", url->user);
e_source_group_add_source (group, source, -1);