aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-13 05:17:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-13 05:17:14 +0800
commit89341d76ec219b14431fb3778a9d22df3079ffda (patch)
tree1b446802ccbaaaea87446c02af0dd1c67daab0c8 /camel/ChangeLog
parent88b7c19abfb87a9c3c3e64c1581eb0297891cfbf (diff)
downloadgsoc2013-evolution-89341d76ec219b14431fb3778a9d22df3079ffda.tar
gsoc2013-evolution-89341d76ec219b14431fb3778a9d22df3079ffda.tar.gz
gsoc2013-evolution-89341d76ec219b14431fb3778a9d22df3079ffda.tar.bz2
gsoc2013-evolution-89341d76ec219b14431fb3778a9d22df3079ffda.tar.lz
gsoc2013-evolution-89341d76ec219b14431fb3778a9d22df3079ffda.tar.xz
gsoc2013-evolution-89341d76ec219b14431fb3778a9d22df3079ffda.tar.zst
gsoc2013-evolution-89341d76ec219b14431fb3778a9d22df3079ffda.zip
Okay, I've decided that that user is just on crack. We don't want to allow
2001-07-12 Jeffrey Stedfast <fejj@ximian.com> * camel-filter-driver.c (camel_filter_driver_filter_message): Okay, I've decided that that user is just on crack. We don't want to allow filtering of deleted messages or we could get some unexpected behavior. (do_move): Oops. My last fix needs to be after the if-statement, not inside it. (do_copy): And here too. svn path=/trunk/; revision=11068
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e83fcc93c5..20da6bff90 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -4,6 +4,9 @@
Okay, I've decided that that user is just on crack. We don't want
to allow filtering of deleted messages or we could get some
unexpected behavior.
+ (do_move): Oops. My last fix needs to be after the if-statement,
+ not inside it.
+ (do_copy): And here too.
2001-07-12 Jeffrey Stedfast <fejj@ximian.com>