diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-08 04:39:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-08 04:39:11 +0800 |
commit | c8b89a700bd419f235c3e93041ed4eb638c2a2e3 (patch) | |
tree | 698aba883c7bbb81504266395ff4786cdccb58a5 /mail/ChangeLog | |
parent | 58eb7bf31c146cb0fcf3a08062d9920f92c04674 (diff) | |
download | gsoc2013-evolution-c8b89a700bd419f235c3e93041ed4eb638c2a2e3.tar.gz gsoc2013-evolution-c8b89a700bd419f235c3e93041ed4eb638c2a2e3.tar.zst gsoc2013-evolution-c8b89a700bd419f235c3e93041ed4eb638c2a2e3.zip |
Updated to pass an exception to filter_driver_run and also check the
2000-09-07 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (do_fetch_mail): Updated to pass an exception to
filter_driver_run and also check the exception before deleting the
message from the source folder.
(do_filter_ondemand): Updated to pass an exception to
filter_driver_run
svn path=/trunk/; revision=5242
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 51f632dc78..2ff36d37e6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2000-09-07 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-ops.c (do_fetch_mail): Updated to pass an exception to + filter_driver_run and also check the exception before deleting the + message from the source folder. + (do_filter_ondemand): Updated to pass an exception to + filter_driver_run + 2000-09-07 Dan Winship <danw@helixcode.com> * session.c (session_init): Pass a storage dir to |