aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-13 01:26:39 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-13 01:26:39 +0800
commita61afbdb02e8c9aa5c7845f973649c809ede386d (patch)
treec993be948a9d53a4cbaa6b065071e6eccfb563f8 /camel/ChangeLog
parent0ad8e54134e6eee7a322bf25e8a17fcd2d3826c5 (diff)
downloadgsoc2013-evolution-a61afbdb02e8c9aa5c7845f973649c809ede386d.tar
gsoc2013-evolution-a61afbdb02e8c9aa5c7845f973649c809ede386d.tar.gz
gsoc2013-evolution-a61afbdb02e8c9aa5c7845f973649c809ede386d.tar.bz2
gsoc2013-evolution-a61afbdb02e8c9aa5c7845f973649c809ede386d.tar.lz
gsoc2013-evolution-a61afbdb02e8c9aa5c7845f973649c809ede386d.tar.xz
gsoc2013-evolution-a61afbdb02e8c9aa5c7845f973649c809ede386d.tar.zst
gsoc2013-evolution-a61afbdb02e8c9aa5c7845f973649c809ede386d.zip
Only set p->copied and p->deleted if the messages are copied without an
2001-07-12 Jeffrey Stedfast <fejj@ximian.com> * camel-filter-driver.c (do_move): Only set p->copied and p->deleted if the messages are copied without an exception. (do_copy): Same - but obviously we don't set the p->deleted here at all. (camel_filter_driver_filter_message): Since users complained that they couldn't filter deleted messages for "safe keeping" (WTF? safe keeping? why were they deleted in the first place then??), I have taken out the code that optimized filtering by not allowing deleted messages to be filtered. This fixes bug #4473. Note: Users have a warped sense of logic. svn path=/trunk/; revision=11047
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 520f7c99a8..a2791753e7 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,17 @@
+2001-07-12 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-filter-driver.c (do_move): Only set p->copied and
+ p->deleted if the messages are copied without an exception.
+ (do_copy): Same - but obviously we don't set the p->deleted here
+ at all.
+ (camel_filter_driver_filter_message): Since users complained that
+ they couldn't filter deleted messages for "safe keeping" (WTF?
+ safe keeping? why were they deleted in the first place then??), I
+ have taken out the code that optimized filtering by not allowing
+ deleted messages to be filtered. This fixes bug #4473.
+
+ Note: Users have a warped sense of logic.
+
2001-07-12 Not Zed <NotZed@Ximian.com>
* camel-mime-part-utils.c (extract_metatag_charset): Removed.