diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail-summary.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1083bda253..c2dbc6a731 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2000-10-05 Iain Holmes <iain@helixcode.com> + * mail-summary.c: Don't watch for the message-changed signal. + +2000-10-05 Iain Holmes <iain@helixcode.com> + * component-factory.c (component_factory_init): Setup the summary factory as well. (summary_fn): New function to create the ExecutiveSummaryComponent. 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; } |