From 3a3d80fa14de277592c8764699a9911ed837073c Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Fri, 3 Aug 2001 23:09:53 +0000 Subject: Callback for the EvolutionStorageListener::update_folder signal, so we can 2001-08-03 Jason Leach * 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. svn path=/trunk/; revision=11635 --- my-evolution/ChangeLog | 6 ++++++ my-evolution/e-summary-mail.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 * 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); -- cgit v1.2.3