diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-12 05:37:48 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-12 05:37:48 +0800 |
commit | ca9ab0c63bc468566064505263088649064993a6 (patch) | |
tree | ad5e4262e6975cebd8615d2cfb2d3dadd8b69c05 /mail/mail-ops.h | |
parent | e98f2565b3933b735c82753cd6d579d74de639df (diff) | |
download | gsoc2013-evolution-ca9ab0c63bc468566064505263088649064993a6.tar gsoc2013-evolution-ca9ab0c63bc468566064505263088649064993a6.tar.gz gsoc2013-evolution-ca9ab0c63bc468566064505263088649064993a6.tar.bz2 gsoc2013-evolution-ca9ab0c63bc468566064505263088649064993a6.tar.lz gsoc2013-evolution-ca9ab0c63bc468566064505263088649064993a6.tar.xz gsoc2013-evolution-ca9ab0c63bc468566064505263088649064993a6.tar.zst gsoc2013-evolution-ca9ab0c63bc468566064505263088649064993a6.zip |
Updated to use the new mail_do_filter_ondemand.
2000-09-11 Jeffrey Stedfast <fejj@helixcode.com>
* 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
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |