From 2d32c8a596b59d215786a109426d9c4e322fbced Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 18 Jan 2006 09:19:44 +0000 Subject: 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 --- libsylph/filter.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libsylph/filter.h') 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; -- cgit v1.2.3