aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-18 04:23:42 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-18 04:23:42 +0800
commit8b135a085a76aa89777162b3c0daf30ca49fc96e (patch)
treed3904a978e7c03dd67beca8e7cb370a4a0f08c5e /camel/ChangeLog
parentb2b835cae78b79afa8f3e09f8cf8353c4659260d (diff)
downloadgsoc2013-evolution-8b135a085a76aa89777162b3c0daf30ca49fc96e.tar
gsoc2013-evolution-8b135a085a76aa89777162b3c0daf30ca49fc96e.tar.gz
gsoc2013-evolution-8b135a085a76aa89777162b3c0daf30ca49fc96e.tar.bz2
gsoc2013-evolution-8b135a085a76aa89777162b3c0daf30ca49fc96e.tar.lz
gsoc2013-evolution-8b135a085a76aa89777162b3c0daf30ca49fc96e.tar.xz
gsoc2013-evolution-8b135a085a76aa89777162b3c0daf30ca49fc96e.tar.zst
gsoc2013-evolution-8b135a085a76aa89777162b3c0daf30ca49fc96e.zip
Set the DELETED flag on directly on the info if the source folder doesn't
2001-10-17 Jeffrey Stedfast <fejj@ximian.com> * camel-filter-driver.c (camel_filter_driver_filter_message): Set the DELETED flag on directly on the info if the source folder doesn't have summary capability. svn path=/trunk/; revision=13729
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 47c12348fc..6f19e28d2d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-17 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-filter-driver.c (camel_filter_driver_filter_message): Set
+ the DELETED flag on directly on the info if the source folder
+ doesn't have summary capability.
+
2001-10-17 Not Zed <NotZed@Ximian.com>
* camel-tcp-stream-raw.c (stream_write): As below.