From: Sergio Villar Senin Date: Fri, 3 Jul 2009 10:25:31 +0000 (+0200) Subject: Fixes NB#126375, default message size limit lowered to 100Kb X-Git-Tag: 3.0.17-rc22~2 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=da73ddecbae054ad1b82442f97c4335b21c5ae92 Fixes NB#126375, default message size limit lowered to 100Kb --- diff --git a/src/modest-init.c b/src/modest-init.c index f3f3c2c..1dc9f3c 100644 --- a/src/modest-init.c +++ b/src/modest-init.c @@ -760,7 +760,7 @@ init_default_settings (ModestConf *conf) modest_conf_set_int (conf, MODEST_CONF_UPDATE_INTERVAL, MODEST_UPDATE_INTERVAL_15_MIN, NULL); if (!modest_conf_key_exists (conf, MODEST_CONF_MSG_SIZE_LIMIT, NULL)) - modest_conf_set_int (conf, MODEST_CONF_MSG_SIZE_LIMIT, 1000, NULL); + modest_conf_set_int (conf, MODEST_CONF_MSG_SIZE_LIMIT, 100, NULL); if (!modest_conf_key_exists (conf, MODEST_CONF_PLAY_SOUND_MSG_ARRIVE, NULL)) modest_conf_set_bool (conf, MODEST_CONF_PLAY_SOUND_MSG_ARRIVE, FALSE, NULL);