[evolution-data-server] Bug 609375 - Duplicate mnemonic in imapx preference



commit 40ce7ececb92e32bc910bbe9138083fe8f0e972c
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Tue Feb 9 18:00:20 2010 +0530

    Bug 609375 -  Duplicate mnemonic in imapx preference

 camel/providers/imapx/camel-imapx-provider.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-provider.c b/camel/providers/imapx/camel-imapx-provider.c
index a92e775..7bd8fda 100644
--- a/camel/providers/imapx/camel-imapx-provider.c
+++ b/camel/providers/imapx/camel-imapx-provider.c
@@ -52,8 +52,8 @@ CamelProviderConfEntry imapx_conf_entries[] = {
 	  N_("_Use custom command to connect to server"), "0" },
 	{ CAMEL_PROVIDER_CONF_ENTRY, "command", "use_command",
 	  N_("Command:"), "ssh -C -l %u %h exec /usr/sbin/imapd" },
-	{ CAMEL_PROVIDER_CONF_CHECKSPIN, "cached_conn", NULL,
-	  N_("Number of _cached connections to use"), "y:1:5:7" },
+	{ CAMEL_PROVIDER_CONF_CHECKSPIN, "cachedconn", NULL,
+	  N_("Numbe_r of cached connections to use"), "y:1:5:7" },
 	{ CAMEL_PROVIDER_CONF_SECTION_END },
 #endif
 	{ CAMEL_PROVIDER_CONF_SECTION_START, "folders", NULL,



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