X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-init.c;h=332edbe9fe5aa9ec945fe89f606122b1e6a95f3d;hb=fe9482b2ac7070296c7b49890e62227d800eb571;hp=57c70a7e5bd46d5c0c592405e31193fe103cda68;hpb=0f97924433f8c97d83fe28bab28b50506fb06309;p=modest diff --git a/src/modest-init.c b/src/modest-init.c index 57c70a7..332edbe 100644 --- a/src/modest-init.c +++ b/src/modest-init.c @@ -773,13 +773,8 @@ init_default_settings (ModestConf *conf) 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); -#ifdef MODEST_TOOLKIT_GTK - /* In Gnome port, we only allow editting plain text */ - modest_conf_set_bool (conf, MODEST_CONF_PREFER_FORMATTED_TEXT, FALSE, NULL); -#else if (!modest_conf_key_exists (conf, MODEST_CONF_PREFER_FORMATTED_TEXT, NULL)) modest_conf_set_bool (conf, MODEST_CONF_PREFER_FORMATTED_TEXT, TRUE, NULL); -#endif 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);