From 3a69bfad533e0fde9f36ad9fa7f8bfa52b15c694 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 26 Oct 2000 00:16:31 +0000 Subject: Don't forget to unref the FilterDriver. 2000-10-25 Jeffrey Stedfast * mail-ops.c (do_send_mail): Don't forget to unref the FilterDriver. * mail-callbacks.c (apply_filters): New callback for applying on-demand filters. (removed the old on-demand filters callback). * mail-ops.c (do_filter_ondemand): Rewrote to apply "incoming" filters to all selected messages. (mail_do_filter_ondemand): No longer takes a FilterContext argument or a destination folder argument (why did we ever need this last one??) but now takes a uids argument. * folder-browser-factory.c: Add a MessageApplyFilters menu item. svn path=/trunk/; revision=6190 --- mail/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index ea8e01e1ea..61b22d9f3d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,19 @@ +2000-10-25 Jeffrey Stedfast + + * mail-ops.c (do_send_mail): Don't forget to unref the + FilterDriver. + + * mail-callbacks.c (apply_filters): New callback for applying + on-demand filters. (removed the old on-demand filters callback). + + * mail-ops.c (do_filter_ondemand): Rewrote to apply "incoming" + filters to all selected messages. + (mail_do_filter_ondemand): No longer takes a FilterContext + argument or a destination folder argument (why did we ever need + this last one??) but now takes a uids argument. + + * folder-browser-factory.c: Add a MessageApplyFilters menu item. + 2000-10-25 Iain Holmes * mail-summary.[ch]: Updated for the new ExecutiveSummary code. -- cgit v1.2.3