Hi, I would like to remove couple of preference options which are not implemented in the new imapx provider. I was planning to implement them, but with other fixes to be made, had to post-pone them. Have attached the patch, old/modified screen-shots. It would be good to remove them for evolution 2.30 and add them for the next release. Requesting approval for committing the same. Options removed: * 'Connection to server' section. * Option to over-ride namespaces. Thanks, Chenthill.
Attachment:
modified_screenshot.jpg
Description: JPEG image
Attachment:
old_screenshot.jpg
Description: JPEG image
diff --git a/camel/providers/imapx/camel-imapx-provider.c b/camel/providers/imapx/camel-imapx-provider.c
index 3b4bd25..48136d4 100644
--- a/camel/providers/imapx/camel-imapx-provider.c
+++ b/camel/providers/imapx/camel-imapx-provider.c
@@ -49,7 +49,7 @@ CamelProviderConfEntry imapx_conf_entries[] = {
{ CAMEL_PROVIDER_CONF_CHECKBOX, "check_lsub", NULL,
N_("Ch_eck for new messages in subscribed folders"), "0" },
{ CAMEL_PROVIDER_CONF_SECTION_END },
-#ifndef G_OS_WIN32
+#if 0
{ CAMEL_PROVIDER_CONF_SECTION_START, "cmdsection", NULL,
N_("Connection to Server") },
{ CAMEL_PROVIDER_CONF_CHECKBOX, "use_command", NULL,
@@ -64,10 +64,12 @@ CamelProviderConfEntry imapx_conf_entries[] = {
N_("Folders") },
{ CAMEL_PROVIDER_CONF_CHECKBOX, "use_lsub", NULL,
N_("_Show only subscribed folders"), "1" },
+#if 0
{ CAMEL_PROVIDER_CONF_CHECKBOX, "override_namespace", NULL,
N_("O_verride server-supplied folder namespace"), "0" },
{ CAMEL_PROVIDER_CONF_ENTRY, "namespace", "override_namespace",
N_("Namespace:") },
+#endif
{ CAMEL_PROVIDER_CONF_SECTION_END },
{ CAMEL_PROVIDER_CONF_SECTION_START, "general", NULL, N_("Options") },
{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter", NULL,