aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 26ae85b3b1..d96dbfe07a 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,5 +1,17 @@
2000-09-11 Jeffrey Stedfast <fejj@helixcode.com>
+ * filter-driver.c: We now use a "copied" variable to record
+ whether a message was marked as copied or not instead of trying to
+ "guess" by looking at the folders hash table as that won't work at
+ all anymore.
+ (do_copy): Renamed as this is more appropriate now that it
+ actually copies the message rather than marking it for copying
+ later. Also fixed a logic error which prevented a message from
+ being dumped into a folder if the fodler had been previously
+ opened.
+
+2000-09-11 Jeffrey Stedfast <fejj@helixcode.com>
+
* filter-driver.c (filter_driver_run): No longer takes a
self_destruct argument.