[evolution-kolab] CamelKolabIMAPXProvider: removed shell command option from user interface



commit 39e57e19a2262a4112a80857d3c0b445f6f5f621
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Mon Jun 11 14:54:49 2012 +0200

    CamelKolabIMAPXProvider: removed shell command option from user interface
    
    * as per E-D-S commit 94323fee9b9c8b6ad85a9fea36574b7992e45e8,
      removed the shell command option from the provider config
      dialog
    * for a rationale, see the git log for the upstream commit

 src/camel/camel-kolab-imapx-provider.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/camel/camel-kolab-imapx-provider.c b/src/camel/camel-kolab-imapx-provider.c
index 73853b4..ea89607 100644
--- a/src/camel/camel-kolab-imapx-provider.c
+++ b/src/camel/camel-kolab-imapx-provider.c
@@ -52,17 +52,6 @@ CamelProviderConfEntry kolab_conf_entries[] = {
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "use-idle", NULL,
 	  N_("_Listen for server change notifications"), "1" },
 	{ CAMEL_PROVIDER_CONF_SECTION_END },
-#ifndef G_OS_WIN32
-	{ CAMEL_PROVIDER_CONF_SECTION_START, "cmdsection", NULL,
-	  N_("Connection to Server") },
-	{ CAMEL_PROVIDER_CONF_CHECKBOX, "use-shell-command", NULL,
-	  N_("_Use custom command to connect to server"), "0" },
-	{ CAMEL_PROVIDER_CONF_ENTRY, "shell-command", "use-shell-command",
-	  N_("Command:"), "ssh -C -l %u %h exec /usr/sbin/dovecot --exec-mail imap" },
-	{ CAMEL_PROVIDER_CONF_CHECKSPIN, "concurrent-connections", 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,
 	  N_("Folders") },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "use-subscriptions", NULL,



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