aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-summary.c')
-rw-r--r--mail/mail-summary.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/mail-summary.c b/mail/mail-summary.c
index 553a8d90be..619accf24e 100644
--- a/mail/mail-summary.c
+++ b/mail/mail-summary.c
@@ -121,8 +121,5 @@ create_summary_view (ExecutiveSummaryComponent *component,
camel_object_hook_event (folder, "folder_changed",
(CamelObjectEventHookFunc) folder_changed_cb,
summary);
- camel_object_hook_event (folder, "message_changed",
- (CamelObjectEventHookFunc) folder_changed_cb,
- summary);
return ret_html;
}