aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-27 12:49:37 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-27 12:49:37 +0800
commit6daf5b77e42a313c6af11803d4f34b16b4c28e4f (patch)
tree288a610313078962ef01969940be83d8c98f7685 /filter/ChangeLog
parent20b4b6988bbc3a1749a6453bdbeca2dac424f396 (diff)
downloadgsoc2013-evolution-6daf5b77e42a313c6af11803d4f34b16b4c28e4f.tar
gsoc2013-evolution-6daf5b77e42a313c6af11803d4f34b16b4c28e4f.tar.gz
gsoc2013-evolution-6daf5b77e42a313c6af11803d4f34b16b4c28e4f.tar.bz2
gsoc2013-evolution-6daf5b77e42a313c6af11803d4f34b16b4c28e4f.tar.lz
gsoc2013-evolution-6daf5b77e42a313c6af11803d4f34b16b4c28e4f.tar.xz
gsoc2013-evolution-6daf5b77e42a313c6af11803d4f34b16b4c28e4f.tar.zst
gsoc2013-evolution-6daf5b77e42a313c6af11803d4f34b16b4c28e4f.zip
Don't mark as deleted here, otherwise the message will have the DELETED
2000-10-27 Jeffrey Stedfast <fejj@helixcode.com> * filter-driver.c (do_move): Don't mark as deleted here, otherwise the message will have the DELETED flag set in the folder it's being moved to. (do_delete): Don't set the DELETED flag here either...we'll only set it at the very end of the filtering process. (filter_driver_filter_message): Set the DELETED flag after all processing is completed. svn path=/trunk/; revision=6221
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index def818a6be..24dc82fac7 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,13 @@
+2000-10-27 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * filter-driver.c (do_move): Don't mark as deleted here, otherwise
+ the message will have the DELETED flag set in the folder it's
+ being moved to.
+ (do_delete): Don't set the DELETED flag here either...we'll only
+ set it at the very end of the filtering process.
+ (filter_driver_filter_message): Set the DELETED flag after all
+ processing is completed.
+
2000-10-26 Jeffrey Stedfast <fejj@helixcode.com>
* filtertypes.xml: Readded Source url stuff.