aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-08 12:00:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-08 12:00:27 +0800
commit38b00e41dd0b79f95aa48552567c1253d525bfaf (patch)
treeb05740fb37f28e7e8d3333062891891bd87c88c5 /mail/ChangeLog
parent26149933266aea9e787e07d4cc312d6b06dc0d65 (diff)
downloadgsoc2013-evolution-38b00e41dd0b79f95aa48552567c1253d525bfaf.tar
gsoc2013-evolution-38b00e41dd0b79f95aa48552567c1253d525bfaf.tar.gz
gsoc2013-evolution-38b00e41dd0b79f95aa48552567c1253d525bfaf.tar.bz2
gsoc2013-evolution-38b00e41dd0b79f95aa48552567c1253d525bfaf.tar.lz
gsoc2013-evolution-38b00e41dd0b79f95aa48552567c1253d525bfaf.tar.xz
gsoc2013-evolution-38b00e41dd0b79f95aa48552567c1253d525bfaf.tar.zst
gsoc2013-evolution-38b00e41dd0b79f95aa48552567c1253d525bfaf.zip
Updated to pass a CamelMessageInfo to filter_driver_run
2000-09-08 Jeffrey Stedfast <fejj@helixcode.com> * mail-ops.c (do_fetch_mail): Updated to pass a CamelMessageInfo to filter_driver_run (do_filter_ondemand): Same. svn path=/trunk/; revision=5252
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 77c7505058..7b06fce78c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,7 +1,13 @@
+2000-09-08 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * mail-ops.c (do_fetch_mail): Updated to pass a CamelMessageInfo
+ to filter_driver_run
+ (do_filter_ondemand): Same.
+
2000-09-07 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (do_filter_ondemand): Updated to check the boolean
- return code from fulter_driver_run to find out whether or not the
+ return code from filter_driver_run to find out whether or not the
message was filtered so that it can decide whether or not to
delete the message from the source folder or not.