From a35b61efa53ef41e049b17d10470b6e8dc62102e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 2 Mar 2012 15:35:11 +0100 Subject: Bug #671211 - 'Mark Citations' preferences not applied --- mail/em-format-html.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'mail/em-format-html.c') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 35fca48c81..74b7f0bda0 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1105,11 +1105,7 @@ efh_init (EMFormatHTML *efh, efh->show_icon = TRUE; efh->state = EM_FORMAT_HTML_STATE_NONE; - g_signal_connect_swapped ( - efh, "notify::mark-citations", - G_CALLBACK (em_format_queue_redraw), NULL); - - e_extensible_load_extensions (E_EXTENSIBLE (efh)); + e_extensible_load_extensions (E_EXTENSIBLE (efh)); } GType @@ -1278,6 +1274,7 @@ em_format_html_set_mark_citations (EMFormatHTML *efh, if (mark_citations) efh->text_html_flags |= CAMEL_MIME_FILTER_TOHTML_MARK_CITATION; + else efh->text_html_flags &= ~CAMEL_MIME_FILTER_TOHTML_MARK_CITATION; -- cgit v1.2.3