aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 2a192d1c61..9c7dc8ea15 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -568,13 +568,13 @@
<option value="is">
<title>is</title>
<code>
- (match-all (= (get-source) ${source}))
+ (match-all (header-source ${source}))
</code>
</option>
<option value="is-not">
<title>is not</title>
<code>
- (match-all (not (= (get-source) ${source})))
+ (match-all (not (header-source ${source})))
</code>
</option>
</input>