aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-13 05:59:35 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-13 05:59:35 +0800
commitbadea0eb12ac006611f4e3ff540ce154e8f737b6 (patch)
tree1805750a2721861ee43ffe34f10a69c6f69858aa /filter/ChangeLog
parentf95b414ea30553ac44b3c74d3f1d1cd5adebc32d (diff)
downloadgsoc2013-evolution-badea0eb12ac006611f4e3ff540ce154e8f737b6.tar
gsoc2013-evolution-badea0eb12ac006611f4e3ff540ce154e8f737b6.tar.gz
gsoc2013-evolution-badea0eb12ac006611f4e3ff540ce154e8f737b6.tar.bz2
gsoc2013-evolution-badea0eb12ac006611f4e3ff540ce154e8f737b6.tar.lz
gsoc2013-evolution-badea0eb12ac006611f4e3ff540ce154e8f737b6.tar.xz
gsoc2013-evolution-badea0eb12ac006611f4e3ff540ce154e8f737b6.tar.zst
gsoc2013-evolution-badea0eb12ac006611f4e3ff540ce154e8f737b6.zip
If there is a default folder and the message hasn't been deleted then...
2000-11-12 Jeffrey Stedfast <fejj@helixcode.com> * filter-driver.c (filter_driver_filter_message): If there is a default folder and the message hasn't been deleted then... should be: If there is a default folder and the message hasn't been copied to another folder... (filter_driver_filter_message): Make it so that the FILTER_LOG_END is only called if filtered were applied to the message so we don't get huge gaps of whitespace in the log file. svn path=/trunk/; revision=6554
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index c7778c5ca6..19609707bb 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -4,6 +4,9 @@
default folder and the message hasn't been deleted then... should
be: If there is a default folder and the message hasn't been
copied to another folder...
+ (filter_driver_filter_message): Make it so that the FILTER_LOG_END
+ is only called if filtered were applied to the message so we don't
+ get huge gaps of whitespace in the log file.
2000-11-10 Christopher James Lahey <clahey@helixcode.com>