[evolution-data-server/gnome-2-30] imapx: Hide QRESYNC config string from translators more effectively



commit ab7a8ea3e63c6892a7a0fec63affa7d5cfc16962
Author: David Woodhouse <David Woodhouse intel com>
Date:   Sun Aug 1 08:56:49 2010 +0100

    imapx: Hide QRESYNC config string from translators more effectively

 camel/providers/imapx/camel-imapx-provider.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-provider.c b/camel/providers/imapx/camel-imapx-provider.c
index 2a5a13f..cac2c59 100644
--- a/camel/providers/imapx/camel-imapx-provider.c
+++ b/camel/providers/imapx/camel-imapx-provider.c
@@ -40,12 +40,12 @@ static guint imapx_url_hash (gconstpointer key);
 static gint  imapx_url_equal (gconstpointer a, gconstpointer b);
 
 CamelProviderConfEntry imapx_conf_entries[] = {
-		{ CAMEL_PROVIDER_CONF_SECTION_START, "mailcheck", NULL,
+	{ CAMEL_PROVIDER_CONF_SECTION_START, "mailcheck", NULL,
 	  N_("Checking for New Mail") },
-#if 0 /* Not for stable branch -- new string. Set it with gconf-editor instead */
+/* Not for stable branch -- new string. Set it with gconf-editor instead
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "use_qresync", NULL,
 	  N_("Use _Quick Resync if the server supports it"), "1" },
-#endif
+*/
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "use_idle", NULL,
 	  N_("Use I_dle if the server supports it"), "1" },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "check_all", NULL,



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