aboutsummaryrefslogtreecommitdiff
path: root/libsylph/filter.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-18 09:19:44 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-18 09:19:44 +0000
commit2d32c8a596b59d215786a109426d9c4e322fbced (patch)
treed113a375a52a9e20fd6a6f850f19ac06dab90d26 /libsylph/filter.h
parent20b96054f479e2190a856c6a851b3969a6aa4a25 (diff)
added filter conditions of status such as 'unread', 'mark', 'color-label', and 'mime'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@905 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/filter.h')
-rw-r--r--libsylph/filter.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libsylph/filter.h b/libsylph/filter.h
index 7144d9cc..b528415b 100644
--- a/libsylph/filter.h
+++ b/libsylph/filter.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -47,6 +47,10 @@ typedef enum
FLT_COND_CMD_TEST,
FLT_COND_SIZE_GREATER,
FLT_COND_AGE_GREATER,
+ FLT_COND_UNREAD,
+ FLT_COND_MARK,
+ FLT_COND_COLOR_LABEL,
+ FLT_COND_MIME,
FLT_COND_ACCOUNT
} FilterCondType;