aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-rule.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2006-01-25 16:35:36 +0800
committerParthasarathi Susarla <saps@src.gnome.org>2006-01-25 16:35:36 +0800
commitaaa9ce406e09660b8a623898c246bb1c244623ca (patch)
treeb93511f72706419623b7aedb6b505eb152ab84a2 /filter/filter-rule.h
parent6931a0d8bd4bb9e65a1c7c0dc36b77cddc6bf461 (diff)
downloadgsoc2013-evolution-aaa9ce406e09660b8a623898c246bb1c244623ca.tar
gsoc2013-evolution-aaa9ce406e09660b8a623898c246bb1c244623ca.tar.gz
gsoc2013-evolution-aaa9ce406e09660b8a623898c246bb1c244623ca.tar.bz2
gsoc2013-evolution-aaa9ce406e09660b8a623898c246bb1c244623ca.tar.lz
gsoc2013-evolution-aaa9ce406e09660b8a623898c246bb1c244623ca.tar.xz
gsoc2013-evolution-aaa9ce406e09660b8a623898c246bb1c244623ca.tar.zst
gsoc2013-evolution-aaa9ce406e09660b8a623898c246bb1c244623ca.zip
Added new thread-matching mode 'single' for messages not part of any
2006-01-25 Not Zed <NotZed@Ximian.com> * filter-rule.[ch]: Added new thread-matching mode 'single' for messages not part of any conversation. Committed on behalf of Notzed - partha svn path=/trunk/; revision=31305
Diffstat (limited to 'filter/filter-rule.h')
-rw-r--r--filter/filter-rule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/filter-rule.h b/filter/filter-rule.h
index 2d5ba8174a..956b9cbcb4 100644
--- a/filter/filter-rule.h
+++ b/filter/filter-rule.h
@@ -51,6 +51,7 @@ enum _filter_threading_t {
FILTER_THREAD_ALL, /* add all possible threads */
FILTER_THREAD_REPLIES, /* add only replies */
FILTER_THREAD_REPLIES_PARENTS, /* replies plus parents */
+ FILTER_THREAD_SINGLE, /* messages with no replies or parents */
};
#define FILTER_SOURCE_INCOMING "incoming" /* performed on incoming email */