aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-13 15:44:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-13 15:44:17 +0800
commit55b639a2c4f51313c6912e2058e3992dbfaa74b5 (patch)
tree2e9795af6f114fccf18741811058747c1735056a /filter/ChangeLog
parent391b62599222f023593b51c10fc0aec26a535f57 (diff)
downloadgsoc2013-evolution-55b639a2c4f51313c6912e2058e3992dbfaa74b5.tar
gsoc2013-evolution-55b639a2c4f51313c6912e2058e3992dbfaa74b5.tar.gz
gsoc2013-evolution-55b639a2c4f51313c6912e2058e3992dbfaa74b5.tar.bz2
gsoc2013-evolution-55b639a2c4f51313c6912e2058e3992dbfaa74b5.tar.lz
gsoc2013-evolution-55b639a2c4f51313c6912e2058e3992dbfaa74b5.tar.xz
gsoc2013-evolution-55b639a2c4f51313c6912e2058e3992dbfaa74b5.tar.zst
gsoc2013-evolution-55b639a2c4f51313c6912e2058e3992dbfaa74b5.zip
Moved p->copied to the inner part of the loop so that in the case of a
2001-01-13 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <fejj@ximian.com>
+
+ * 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 <fejj@helixcode.com>
* filtertypes.xml: Changed Priority to Score.