diff options
-rw-r--r-- | my-evolution/ChangeLog | 6 | ||||
-rw-r--r-- | my-evolution/e-summary-mail.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index b7a56d49d4..7927652c61 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,9 @@ +2001-08-03 Jason Leach <jleach@ximian.com> + + * e-summary-mail.c (update_folder_cb): Callback for the + EvolutionStorageListener::update_folder signal, so we can update + mail summaries when they change. Bug #4686. + 2001-08-02 Jason Leach <jleach@ximian.com> * e-summary-calendar.c (generate_html): Use the new and beautiful diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c index b024e42c4f..2efb739f3e 100644 --- a/my-evolution/e-summary-mail.c +++ b/my-evolution/e-summary-mail.c @@ -197,7 +197,6 @@ update_folder_cb (EvolutionStorageListener *listener, proto = g_strconcat ("file://", evolution_dir, NULL); uri = e_path_to_physical (proto, path); - printf ("uri in update: %s\n", uri); e_summary_mail_get_info (summary->mail, uri, summary->mail->listener); |