diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-02 11:52:31 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-02 11:52:31 +0800 |
commit | f67d6c30e20228ca40064fb3dc077527cbc122c3 (patch) | |
tree | 6d6f212cdd5064febe6e99ab4a91284eee4d1b2f /mail/ChangeLog | |
parent | ed8a08ed1a4befb75d8d883b973f8d9516a0a80a (diff) | |
download | gsoc2013-evolution-f67d6c30e20228ca40064fb3dc077527cbc122c3.tar gsoc2013-evolution-f67d6c30e20228ca40064fb3dc077527cbc122c3.tar.gz gsoc2013-evolution-f67d6c30e20228ca40064fb3dc077527cbc122c3.tar.bz2 gsoc2013-evolution-f67d6c30e20228ca40064fb3dc077527cbc122c3.tar.lz gsoc2013-evolution-f67d6c30e20228ca40064fb3dc077527cbc122c3.tar.xz gsoc2013-evolution-f67d6c30e20228ca40064fb3dc077527cbc122c3.tar.zst gsoc2013-evolution-f67d6c30e20228ca40064fb3dc077527cbc122c3.zip |
Don't call the default logging function. (do_fetch_mail): Set the logfile
2000-11-01 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (mail_op_report_status): Don't call the default
logging function.
(do_fetch_mail): Set the logfile and don't pass the logfile to
filter_driver_set_status_func - it's purpose has been altered.
(do_filter_ondemand): Same.
svn path=/trunk/; revision=6341
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 677c6ab7db..874cd6ddf4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2000-11-01 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-ops.c (mail_op_report_status): Don't call the default + logging function. + (do_fetch_mail): Set the logfile and don't pass the logfile to + filter_driver_set_status_func - it's purpose has been altered. + (do_filter_ondemand): Same. + 2000-11-02 Not Zed <NotZed@HelixCode.com> ** Merged in camel-incremental-branch. |