From f4c30fef04885ebb69df9fb5b8a61a525c5de948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 19 Apr 2012 10:30:55 +0200 Subject: Bug #674249 - Crash when showing message with large text/plain --- modules/mail/e-mail-shell-settings.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules/mail') 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", -- cgit v1.2.3