aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-08 06:13:41 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-08 06:13:41 +0800
commitd7077dc7742bb9ed615e5ccb426c938be2adb824 (patch)
tree5f2d011ae727ae572118ebe2ee60ced85f6cca7a /filter/ChangeLog
parent972c515f0fbcd96be5b87275c82376d9394a0078 (diff)
downloadgsoc2013-evolution-d7077dc7742bb9ed615e5ccb426c938be2adb824.tar
gsoc2013-evolution-d7077dc7742bb9ed615e5ccb426c938be2adb824.tar.gz
gsoc2013-evolution-d7077dc7742bb9ed615e5ccb426c938be2adb824.tar.bz2
gsoc2013-evolution-d7077dc7742bb9ed615e5ccb426c938be2adb824.tar.lz
gsoc2013-evolution-d7077dc7742bb9ed615e5ccb426c938be2adb824.tar.xz
gsoc2013-evolution-d7077dc7742bb9ed615e5ccb426c938be2adb824.tar.zst
gsoc2013-evolution-d7077dc7742bb9ed615e5ccb426c938be2adb824.zip
Modified to return a boolean value specifying whether or not the message
2000-09-07 Jeffrey Stedfast <fejj@helixcode.com> * filter-driver.c (filter_driver_run): Modified to return a boolean value specifying whether or not the message was filtered into a folder other than the default. The default mailbox can now also be specified as NULL if the message shouldn't be appended to it in the case that it's not filtered into some other folder. svn path=/trunk/; revision=5249
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index c2e1e0b85a..06c225a92d 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,5 +1,13 @@
2000-09-07 Jeffrey Stedfast <fejj@helixcode.com>
+ * filter-driver.c (filter_driver_run): Modified to return a
+ boolean value specifying whether or not the message was filtered
+ into a folder other than the default. The default mailbox can now
+ also be specified as NULL if the message shouldn't be appended to
+ it in the case that it's not filtered into some other folder.
+
+2000-09-07 Jeffrey Stedfast <fejj@helixcode.com>
+
* filter-driver.c (filter_driver_run): Rewrote - this shouldn't
need to be an async function