aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2003-12-04 22:10:52 +0800
committerRadek Doulik <rodo@src.gnome.org>2003-12-04 22:10:52 +0800
commit4c1234f54652f4db2ca5a8c01ea371f7ec061258 (patch)
tree0114d3e7c039fa9fbf86f410cc0c2ddfe2153fbf
parent5392308f773f18241c5ed4ce59fbead151d3c04a (diff)
downloadgsoc2013-evolution-4c1234f54652f4db2ca5a8c01ea371f7ec061258.tar
gsoc2013-evolution-4c1234f54652f4db2ca5a8c01ea371f7ec061258.tar.gz
gsoc2013-evolution-4c1234f54652f4db2ca5a8c01ea371f7ec061258.tar.bz2
gsoc2013-evolution-4c1234f54652f4db2ca5a8c01ea371f7ec061258.tar.lz
gsoc2013-evolution-4c1234f54652f4db2ca5a8c01ea371f7ec061258.tar.xz
gsoc2013-evolution-4c1234f54652f4db2ca5a8c01ea371f7ec061258.tar.zst
gsoc2013-evolution-4c1234f54652f4db2ca5a8c01ea371f7ec061258.zip
added FILTER_SOURCE_JUNKTEST - perform only junktest on incoming mail
2003-12-04 Radek Doulik <rodo@ximian.com> * filter-rule.h: added FILTER_SOURCE_JUNKTEST - perform only junktest on incoming mail svn path=/trunk/; revision=23628
-rw-r--r--filter/ChangeLog5
-rw-r--r--filter/filter-rule.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 313e9f7720..2102534f78 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-04 Radek Doulik <rodo@ximian.com>
+
+ * filter-rule.h: added FILTER_SOURCE_JUNKTEST - perform only
+ junktest on incoming mail
+
2003-11-26 JP Rosevear <jpr@ximian.com>
* Makefile.am: turn on deprecated gtk stuff
diff --git a/filter/filter-rule.h b/filter/filter-rule.h
index 6f92fc01c4..a6b2c3996a 100644
--- a/filter/filter-rule.h
+++ b/filter/filter-rule.h
@@ -50,6 +50,7 @@ enum _filter_grouping_t {
#define FILTER_SOURCE_DEMAND "demand" /* performed on the selected folder
* when the user asks for it */
#define FILTER_SOURCE_OUTGOING "outgoing"/* performed on outgoing mail */
+#define FILTER_SOURCE_JUNKTEST "junktest"/* perform only junktest on incoming mail */
struct _FilterRule {
GObject parent_object;