[evolution-data-server] use imapx for groupwise provider USE_IMAP option
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] use imapx for groupwise provider USE_IMAP option
- Date: Tue, 2 Mar 2010 07:08:19 +0000 (UTC)
commit fd2dd2f3d262937c48ecc124d657c0a7b083dfb6
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]