From 3156ecaed5eb3d16de134c9973092dc7978c501e Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Tue, 25 Aug 2009 15:59:49 +0200 Subject: [PATCH] Fixes NB#135054, default update interval should be 30 minutes --- src/modest-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-init.c b/src/modest-init.c index 1dc9f3c..7177065 100644 --- a/src/modest-init.c +++ b/src/modest-init.c @@ -757,7 +757,7 @@ init_default_settings (ModestConf *conf) modest_conf_set_int (conf, MODEST_CONF_UPDATE_WHEN_CONNECTED_BY, MODEST_CONNECTED_VIA_WLAN_OR_WIMAX, NULL); if (!modest_conf_key_exists (conf, MODEST_CONF_UPDATE_INTERVAL, NULL)) - modest_conf_set_int (conf, MODEST_CONF_UPDATE_INTERVAL, MODEST_UPDATE_INTERVAL_15_MIN, NULL); + modest_conf_set_int (conf, MODEST_CONF_UPDATE_INTERVAL, MODEST_UPDATE_INTERVAL_30_MIN, NULL); if (!modest_conf_key_exists (conf, MODEST_CONF_MSG_SIZE_LIMIT, NULL)) modest_conf_set_int (conf, MODEST_CONF_MSG_SIZE_LIMIT, 100, NULL); -- 1.7.9.5