diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-10 01:45:52 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-10 01:45:52 +0800 |
commit | e4734ab855711abc1952c36969c3c618e734c294 (patch) | |
tree | a47d1bd2f448984d68a788b27e58ca257d9decf1 /mail/ChangeLog | |
parent | 30d436a9ec56c26b13b76cfad3ad8017ae428216 (diff) | |
download | gsoc2013-evolution-e4734ab855711abc1952c36969c3c618e734c294.tar gsoc2013-evolution-e4734ab855711abc1952c36969c3c618e734c294.tar.gz gsoc2013-evolution-e4734ab855711abc1952c36969c3c618e734c294.tar.bz2 gsoc2013-evolution-e4734ab855711abc1952c36969c3c618e734c294.tar.lz gsoc2013-evolution-e4734ab855711abc1952c36969c3c618e734c294.tar.xz gsoc2013-evolution-e4734ab855711abc1952c36969c3c618e734c294.tar.zst gsoc2013-evolution-e4734ab855711abc1952c36969c3c618e734c294.zip |
Updated to not send hook/unhook data to filter_driver_run as it no longer
2000-09-09 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (do_fetch_mail): Updated to not send hook/unhook data
to filter_driver_run as it no longer takes those args.
(do_filter_ondemand): Same. Also wrap filtering in freeze/thaw to
prevent signals from being queued up
svn path=/trunk/; revision=5288
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 10d300ff27..d932e9bd33 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2000-09-09 Jeffrey Stedfast <fejj@helixcode.com> + * mail-ops.c (do_fetch_mail): Updated to not send hook/unhook data + to filter_driver_run as it no longer takes those args. + (do_filter_ondemand): Same. Also wrap filtering in freeze/thaw to + prevent signals from being queued up + +2000-09-09 Jeffrey Stedfast <fejj@helixcode.com> + * mail-ops.c (do_fetch_mail): Freeze the default folder before filtering and thaw it afterward to prevent a ton of "folder_changed" signals from being queued. |