aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index cf7fd3c35d..eab096b3ac 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -471,13 +471,13 @@
<option value="is">
<title>is Flagged</title>
<code>
- (match-all (user-tag "follow-up"))
+ (match-all (not (= (user-tag "follow-up") "")))
</code>
</option>
<option value="is not">
<title>is not Flagged</title>
<code>
- (match-all (not (user-tag "follow-up")))
+ (match-all (= (user-tag "follow-up") ""))
</code>
</option>
</input>
@@ -594,6 +594,11 @@
<code>(set-score ${score})</code>
<input type="score" name="score"/>
</part>
+ <part name="adj-score">
+ <title>Adjust Score</title>
+ <code>(adjust-score ${score})</code>
+ <input type="score" name="score"/>
+ </part>
<part name="set-status">
<title>Set Status</title>
<code>