* src/actions.[ch]
[claws.git] / src / action.h
index a7abadb392975c85396fa4d6a1eec60ceb24551a..9f4179f3d717964a478a491f5767da606bfd9ea5 100644 (file)
@@ -41,6 +41,7 @@ typedef enum
        ACTION_USER_STR         = 1 << 9,
        ACTION_USER_HIDDEN_STR  = 1 << 10,
        ACTION_SELECTION_STR    = 1 << 11,
+       ACTION_FILTERING_ACTION = 1 << 12,
        ACTION_ERROR            = 1 << 30
 } ActionType;