diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-04-19 16:30:55 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-04-19 16:30:55 +0800 |
commit | f4c30fef04885ebb69df9fb5b8a61a525c5de948 (patch) | |
tree | 8f92afade687b8d6f90c68045996955cf45bfca0 /modules | |
parent | 3fbbdd80ac987f2b9ac0b91b7fd16098bb3240c1 (diff) | |
download | gsoc2013-evolution-f4c30fef04885ebb69df9fb5b8a61a525c5de948.tar.gz 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.c | 10 |
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", |