From 4354611e365b25b2cc3466cecc402f47758a06b3 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Tue, 13 Apr 2004 05:06:23 +0000 Subject: change the auth type string from Password to plain/password 2004-04-13 Sivaiah Nallagatla * providers/groupwise/camel-gw-listener.c (add_addressbook_sources) : change the auth type string from Password to plain/password svn path=/trunk/; revision=25426 --- plugins/groupwise-account-setup/camel-gw-listener.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/groupwise-account-setup') 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); -- cgit v1.2.3