[evolution-ews] Set the folder id as a parameter rather than a query.



commit 73dd62e59cfa2cbdd226e351523e0752ab64ad61
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Tue Sep 20 11:54:12 2011 +0530

    Set the folder id as a parameter rather than a query.

 src/utils/ews-esource-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/utils/ews-esource-utils.c b/src/utils/ews-esource-utils.c
index 87af59d..f281aa5 100644
--- a/src/utils/ews-esource-utils.c
+++ b/src/utils/ews-esource-utils.c
@@ -140,7 +140,7 @@ ews_esource_utils_add_esource	(EEwsFolder *folder,
 	   play in the calendar back end to make the cache directory
 	   unique again. */
 	if (ftype == EWS_FOLDER_TYPE_CONTACTS)
-		source_uri = g_strdup_printf ("%s?folderid=%s", account_uri + strlen (EWS_BASE_URI), fid->id);
+		source_uri = g_strdup_printf ("%s;folderid=%s", account_uri + strlen (EWS_BASE_URI), fid->id);
 	else
 		source_uri = g_strdup (account_uri + strlen (EWS_BASE_URI));
 



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