[evolution-ews] eds-I#54 - Enable 'Listen for server change notifications' by default



commit 0c6cde393b2b4dc9a099053adfc4388bf4eb7c6d
Author: Milan Crha <mcrha redhat com>
Date:   Mon Nov 12 20:43:10 2018 +0100

    eds-I#54 - Enable 'Listen for server change notifications' by default
    
    Technically speaking, it had been working already, but let's keep in sync
    also the value in the settings object.
    
    Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/54

 src/server/camel-ews-settings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/server/camel-ews-settings.c b/src/server/camel-ews-settings.c
index 5736f757..96034348 100644
--- a/src/server/camel-ews-settings.c
+++ b/src/server/camel-ews-settings.c
@@ -508,7 +508,7 @@ camel_ews_settings_class_init (CamelEwsSettingsClass *class)
                        "listen-notifications",
                        "Listen Notifications",
                        "Whether to listen for server notification",
-                       FALSE,
+                       TRUE,
                        G_PARAM_READWRITE |
                        G_PARAM_CONSTRUCT |
                        G_PARAM_STATIC_STRINGS));


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