[evolution-data-server/evolution-data-server-3-12] [IMAPx] Add "Number of concurrent connections to use" UI option



commit 03bfcb7b667348cda13f9655b39c0a9dd60f885b
Author: Milan Crha <mcrha redhat com>
Date:   Thu Apr 10 08:26:42 2014 +0200

    [IMAPx] Add "Number of concurrent connections to use" UI option

 camel/providers/imapx/camel-imapx-provider.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-provider.c b/camel/providers/imapx/camel-imapx-provider.c
index 0e15dec..f1963af 100644
--- a/camel/providers/imapx/camel-imapx-provider.c
+++ b/camel/providers/imapx/camel-imapx-provider.c
@@ -45,6 +45,11 @@ CamelProviderConfEntry imapx_conf_entries[] = {
        { CAMEL_PROVIDER_CONF_CHECKBOX, "use-idle", NULL,
          N_("_Listen for server change notifications"), "0" },
        { CAMEL_PROVIDER_CONF_SECTION_END },
+       { CAMEL_PROVIDER_CONF_SECTION_START, "cmdsection", NULL,
+         N_("Connection to Server") },
+       { CAMEL_PROVIDER_CONF_CHECKSPIN, "concurrent-connections", NULL,
+         N_("Numbe_r of concurrent connections to use"), "y:1:3:7" },
+       { CAMEL_PROVIDER_CONF_SECTION_END },
        { 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]