X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-init.c;h=79247e0b79aaeb2ee5f3fd1fea1101d875f4056c;hp=b45399264d6402fcf4de275519e9aa65e6fa0aaf;hb=dbd1090d9f586c6e9d4d2bbf6f373d643e281a17;hpb=5680999d6a70bb204064fd8f00bd309b974ff036 diff --git a/src/modest-init.c b/src/modest-init.c index b453992..79247e0 100644 --- a/src/modest-init.c +++ b/src/modest-init.c @@ -720,6 +720,9 @@ init_default_settings (ModestConf *conf) if (!modest_conf_key_exists (conf, MODEST_CONF_REPLY_TYPE, NULL)) modest_conf_set_int (conf, MODEST_CONF_REPLY_TYPE, MODEST_TNY_MSG_REPLY_TYPE_QUOTE, NULL); + + if (!modest_conf_key_exists (conf, MODEST_CONF_FETCH_HTML_EXTERNAL_IMAGES, NULL)) + modest_conf_set_bool (conf, MODEST_CONF_FETCH_HTML_EXTERNAL_IMAGES, FALSE, NULL); }