[evolution-data-server/mmeeks-gdbus-import] use imapx for groupwise provider USE_IMAP option



commit 2934746a3fd49f7b281d462aad11c06d32d516ae
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Tue Mar 2 12:21:02 2010 +0530

    use imapx for groupwise provider USE_IMAP option

 .../providers/groupwise/camel-groupwise-provider.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/camel/providers/groupwise/camel-groupwise-provider.c b/camel/providers/groupwise/camel-groupwise-provider.c
index a42190e..125a44f 100644
--- a/camel/providers/groupwise/camel-groupwise-provider.c
+++ b/camel/providers/groupwise/camel-groupwise-provider.c
@@ -129,13 +129,8 @@ camel_provider_module_init(void)
 	CamelException ex = CAMEL_EXCEPTION_INITIALISER;
 	gboolean use_imap = g_getenv ("USE_IMAP") != NULL;
 
-	if (use_imap) {
-#ifdef ENABLE_IMAPX
+	if (use_imap)
 	    imap_provider = camel_provider_get("imapx://", &ex);
-#else
-	    imap_provider = camel_provider_get("imap://", &ex);
-#endif
-	}
 
 	groupwise_provider.url_hash = groupwise_url_hash;
 	groupwise_provider.url_equal = groupwise_url_equal;



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