summaryrefslogtreecommitdiff
path: root/src/camel/providers/imapx/camel-imapx-settings.c
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/camel/providers/imapx/camel-imapx-settings.c
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/camel/providers/imapx/camel-imapx-settings.c')
-rw-r--r--src/camel/providers/imapx/camel-imapx-settings.c2
1 files changed, 1 insertions, 1 deletions
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 |