From 55b639a2c4f51313c6912e2058e3992dbfaa74b5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 13 Jan 2001 07:44:17 +0000 Subject: Moved p->copied to the inner part of the loop so that in the case of a 2001-01-13 Jeffrey Stedfast * filter-driver.c (do_copy): Moved p->copied to the inner part of the loop so that in the case of a folder not existing, it doesn't think that the message was already copied to some place and thus not save it to the Inbox. (do_move): Same. svn path=/trunk/; revision=7478 --- filter/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'filter/ChangeLog') diff --git a/filter/ChangeLog b/filter/ChangeLog index 8d2ed5f462..a77c234aac 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,11 @@ +2001-01-13 Jeffrey Stedfast + + * filter-driver.c (do_copy): Moved p->copied to the inner part of + the loop so that in the case of a folder not existing, it doesn't + think that the message was already copied to some place and thus + not save it to the Inbox. + (do_move): Same. + 2001-01-10 Jeffrey Stedfast * filtertypes.xml: Changed Priority to Score. -- cgit