[evolution-ews] Use the gal=1 as a parameter in the url to fix a password prompt



commit 1951e1049119ea1f0a5f40184c882e6423cc5fa2
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Tue Oct 11 15:03:51 2011 +0530

    Use the gal=1 as a parameter in the url to fix a password prompt

 .../exchange-ews-account-listener.c                |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/account-setup-eplugin/exchange-ews-account-listener.c b/src/account-setup-eplugin/exchange-ews-account-listener.c
index 16b60bf..65cb2a7 100644
--- a/src/account-setup-eplugin/exchange-ews-account-listener.c
+++ b/src/account-setup-eplugin/exchange-ews-account-listener.c
@@ -247,7 +247,7 @@ add_gal_esource (CamelURL *url)
 		oal_name = _("Global Address list");
 
 	account_uri = camel_url_to_string (url, CAMEL_URL_HIDE_PASSWORD | CAMEL_URL_HIDE_PARAMS);
-	source_uri = g_strdup_printf ("%s?gal=1", account_uri + strlen (EWS_BASE_URI));
+	source_uri = g_strdup_printf ("%s;gal=1", account_uri + strlen (EWS_BASE_URI));
 	source = e_source_new (oal_name, source_uri);
 	
 	/* set properties */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]