summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2018-11-12 20:42:11 +0100
committerMilan Crha <mcrha@redhat.com>2018-11-12 20:42:11 +0100
commit6a3a8cfbeacc9ac3f5f4b1f22048756df0f79e35 (patch)
tree27fc9627d38d0f0d9dee03cc66d0b394dbcd1267 /src
parent2f6ba6f556e4a631fa01fa029f1022681d0423fc (diff)
downloadevolution-data-server-6a3a8cfbeacc9ac3f5f4b1f22048756df0f79e35.tar.gz
I#54 - Enable 'Listen for server change notifications' by default
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/54
Diffstat (limited to 'src')
-rw-r--r--src/camel/providers/imapx/camel-imapx-provider.c2
-rw-r--r--src/camel/providers/imapx/camel-imapx-settings.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/camel/providers/imapx/camel-imapx-provider.c b/src/camel/providers/imapx/camel-imapx-provider.c
index 5a25f4e09..9b88b0c26 100644
--- a/src/camel/providers/imapx/camel-imapx-provider.c
+++ b/src/camel/providers/imapx/camel-imapx-provider.c
@@ -41,7 +41,7 @@ CamelProviderConfEntry imapx_conf_entries[] = {
{ CAMEL_PROVIDER_CONF_CHECKBOX, "use-qresync", NULL,
N_("Use _Quick Resync if the server supports it"), "0" },
{ CAMEL_PROVIDER_CONF_CHECKBOX, "use-idle", NULL,
- N_("_Listen for server change notifications"), "0" },
+ N_("_Listen for server change notifications"), "1" },
{ CAMEL_PROVIDER_CONF_SECTION_END },
{ CAMEL_PROVIDER_CONF_SECTION_START, "cmdsection", NULL,
N_("Connection to Server") },
diff --git a/src/camel/providers/imapx/camel-imapx-settings.c b/src/camel/providers/imapx/camel-imapx-settings.c
index 1bde18cda..6e720fd5c 100644
--- a/src/camel/providers/imapx/camel-imapx-settings.c
+++ b/src/camel/providers/imapx/camel-imapx-settings.c
@@ -677,7 +677,7 @@ camel_imapx_settings_class_init (CamelIMAPXSettingsClass *class)
"use-idle",
"Use IDLE",
"Whether to use the IDLE IMAP extension",
- FALSE,
+ TRUE,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT |
G_PARAM_EXPLICIT_NOTIFY |