aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-04-19 16:30:55 +0800
committerDan Vrátil <dvratil@redhat.com>2012-04-19 16:30:55 +0800
commitf4c30fef04885ebb69df9fb5b8a61a525c5de948 (patch)
tree8f92afade687b8d6f90c68045996955cf45bfca0 /modules
parent3fbbdd80ac987f2b9ac0b91b7fd16098bb3240c1 (diff)
downloadgsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.gz
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.bz2
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.lz
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.xz
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.zst
gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.zip
Bug #674249 - Crash when showing message with large text/plain
Diffstat (limited to 'modules')
-rw-r--r--modules/mail/e-mail-shell-settings.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/mail/e-mail-shell-settings.c b/modules/mail/e-mail-shell-settings.c
index 0ad50d31db..7d1fba1bf4 100644
--- a/modules/mail/e-mail-shell-settings.c
+++ b/modules/mail/e-mail-shell-settings.c
@@ -155,11 +155,6 @@ e_mail_shell_settings_init (EShellBackend *shell_backend)
MAIL_SCHEMA,
"variable-width-font");
- e_shell_settings_install_property_for_key (
- "mail-force-message-limit",
- MAIL_SCHEMA,
- "force-message-limit");
-
/* This value corresponds to the EMailForwardStyle enum. */
e_shell_settings_install_property_for_key (
"mail-forward-style",
@@ -197,11 +192,6 @@ e_mail_shell_settings_init (EShellBackend *shell_backend)
MAIL_SCHEMA,
"mark-seen-timeout");
- e_shell_settings_install_property_for_key (
- "mail-message-text-part-limit",
- MAIL_SCHEMA,
- "message-text-part-limit");
-
/* Do not bind to this. Use "mail-sidebar-ellipsize" instead. */
e_shell_settings_install_property_for_key (
"mail-no-folder-dots",