aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-12 05:37:48 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-12 05:37:48 +0800
commitca9ab0c63bc468566064505263088649064993a6 (patch)
treead5e4262e6975cebd8615d2cfb2d3dadd8b69c05 /mail/ChangeLog
parente98f2565b3933b735c82753cd6d579d74de639df (diff)
downloadgsoc2013-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/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1a55b40fc8..089bb3c884 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,18 @@
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.
+
+2000-09-11 Jeffrey Stedfast <fejj@helixcode.com>
+
* mail-ops.c (do_fetch_mail): Don't have the filter driver
self_destruct.