[evolution-data-server] I#54 - Enable 'Listen for server change notifications' by default
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] I#54 - Enable 'Listen for server change notifications' by default
- Date: Mon, 12 Nov 2018 19:41:13 +0000 (UTC)
commit 6a3a8cfbeacc9ac3f5f4b1f22048756df0f79e35
Author: Milan Crha <mcrha redhat com>
Date: Mon Nov 12 20:42:11 2018 +0100
I#54 - Enable 'Listen for server change notifications' by default
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/54
src/camel/providers/imapx/camel-imapx-provider.c | 2 +-
src/camel/providers/imapx/camel-imapx-settings.c | 2 +-
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 |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]