[evolution-data-server] CamelStoreSettings::filter-inbox: Change default to TRUE



commit 7e5919348a514fe5e6b9a7addd746991b35e4266
Author: Milan Crha <mcrha redhat com>
Date:   Thu Apr 18 08:35:18 2013 +0200

    CamelStoreSettings::filter-inbox: Change default to TRUE

 camel/camel-store-settings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/camel/camel-store-settings.c b/camel/camel-store-settings.c
index 15414eb..785018b 100644
--- a/camel/camel-store-settings.c
+++ b/camel/camel-store-settings.c
@@ -89,7 +89,7 @@ camel_store_settings_class_init (CamelStoreSettingsClass *class)
                        "filter-inbox",
                        "Filter Inbox",
                        "Whether to filter new messages in Inbox",
-                       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]