aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_filter_edit.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-10 09:31:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-10 09:31:53 +0000
commit3f9703a3fd35f7d8b835c62869c0db74bd213e2f (patch)
treeacbaf735dc3a1d98d0322f6a5634ea51c7c1b707 /src/prefs_filter_edit.h
parent6ab1d3cf538aa7f6c5385f7010e9a2d7e71b8dc0 (diff)
added a new filter match type: is (not) in addressbook.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2461 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_filter_edit.h')
-rw-r--r--src/prefs_filter_edit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/prefs_filter_edit.h b/src/prefs_filter_edit.h
index 7fdf2037..c6f056fa 100644
--- a/src/prefs_filter_edit.h
+++ b/src/prefs_filter_edit.h
@@ -55,6 +55,8 @@ typedef enum
PF_MATCH_NOT_EQUAL,
PF_MATCH_REGEX,
PF_MATCH_NOT_REGEX,
+ PF_MATCH_IN_ADDRESSBOOK,
+ PF_MATCH_NOT_IN_ADDRESSBOOK,
PF_MATCH_NONE
} MatchMenuType;
@@ -118,6 +120,9 @@ struct _CondHBox {
GtkWidget *spin_btn;
GtkWidget *label;
+ GtkWidget *match_menu_in_addr;
+ GtkWidget *match_menu_not_in_addr;
+
GtkWidget *del_btn;
GtkWidget *add_btn;