diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-28 06:19:27 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-28 06:19:27 +0800 |
commit | 9deac0edb915ff7c83bd5a26f2bc36b3ea52cffb (patch) | |
tree | ad4f88940c1479874000a4631dd9d7f1a8285936 /mail/ChangeLog | |
parent | 98a3ac0e6c55a4bcb3c043b916c5df1faff98f7c (diff) | |
download | gsoc2013-evolution-9deac0edb915ff7c83bd5a26f2bc36b3ea52cffb.tar gsoc2013-evolution-9deac0edb915ff7c83bd5a26f2bc36b3ea52cffb.tar.gz gsoc2013-evolution-9deac0edb915ff7c83bd5a26f2bc36b3ea52cffb.tar.bz2 gsoc2013-evolution-9deac0edb915ff7c83bd5a26f2bc36b3ea52cffb.tar.lz gsoc2013-evolution-9deac0edb915ff7c83bd5a26f2bc36b3ea52cffb.tar.xz gsoc2013-evolution-9deac0edb915ff7c83bd5a26f2bc36b3ea52cffb.tar.zst gsoc2013-evolution-9deac0edb915ff7c83bd5a26f2bc36b3ea52cffb.zip |
Note: We need a configuration option to specify whether to log filtering
2000-09-27 Jeffrey Stedfast <fejj@helixcode.com>
Note: We need a configuration option to specify whether to log
filtering actions or not.
* mail-ops.c (do_filter_ondemand): Updated to pass a log file
pointer to filter_driver_run.
(do_fetch_mail): Same.
(mail_do_fetch_mail): Fixed a compiler warning.
svn path=/trunk/; revision=5604
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a622d1ca41..b6870cefd4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,4 +1,13 @@ 2000-09-27 Jeffrey Stedfast <fejj@helixcode.com> + Note: We need a configuration option to specify whether to log + filtering actions or not. + + * mail-ops.c (do_filter_ondemand): Updated to pass a log file + pointer to filter_driver_run. + (do_fetch_mail): Same. + (mail_do_fetch_mail): Fixed a compiler warning. + +2000-09-27 Jeffrey Stedfast <fejj@helixcode.com> * mail-callbacks.c (composer_postpone_cb): Fix it so that "send later" will still mark a message as being replied, forwarded, |