aboutsummaryrefslogtreecommitdiff
path: root/libsylph/filter.h
diff options
context:
space:
mode:
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;