From 018018fabe7e660f7928b8a7b817bb63202dc734 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 31 Mar 2013 11:47:17 -0400 Subject: Remove more Express Mode hacks. This removes all traces of Express Mode from all but the contact editor and calendar appointment editor. Need to evaluate the remaining cases individually. --- modules/mail/e-mail-shell-backend.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/mail/e-mail-shell-backend.c') diff --git a/modules/mail/e-mail-shell-backend.c b/modules/mail/e-mail-shell-backend.c index ecb295ea10..8535e834b8 100644 --- a/modules/mail/e-mail-shell-backend.c +++ b/modules/mail/e-mail-shell-backend.c @@ -379,10 +379,8 @@ mail_shell_backend_window_added_cb (GtkApplication *application, settings = g_settings_new ("org.gnome.evolution.mail"); - /* Express mode does not honor this setting. */ - if (!e_shell_get_express_mode (shell)) - active = g_settings_get_boolean ( - settings, "composer-send-html"); + active = g_settings_get_boolean ( + settings, "composer-send-html"); g_object_unref (settings); -- cgit