From ca9ab0c63bc468566064505263088649064993a6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 11 Sep 2000 21:37:48 +0000 Subject: Updated to use the new mail_do_filter_ondemand. 2000-09-11 Jeffrey Stedfast * mail-callbacks.c (run_filter_ondemand): Updated to use the new mail_do_filter_ondemand. * mail-ops.c (do_fetch_mail): Update to use the new filter_driver_run args. (do_filter_ondemand): Updated to use the new filter_driver_run args. (mail_do_filter_ondemand): Take a FilterContext as a argument instead of a driver as we need to destroy the filter inside the do_filter_ondemand function and things'd get messy. svn path=/trunk/; revision=5347 --- mail/mail-ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-ops.h') diff --git a/mail/mail-ops.h b/mail/mail-ops.h index ae2a1ed353..0a093b25ce 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -32,7 +32,7 @@ void mail_do_fetch_mail (const gchar *source_url, gboolean keep_on_server, CamelFolder *destination, gpointer hook_func, gpointer hook_data); -void mail_do_filter_ondemand (FilterDriver *driver, CamelFolder *source, +void mail_do_filter_ondemand (FilterContext *context, CamelFolder *source, CamelFolder *destination); void mail_do_send_mail (const char *xport_uri, CamelMimeMessage *message, -- cgit v1.2.3