aboutsummaryrefslogtreecommitdiffstats
path: root/filter/vfoldertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/vfoldertypes.xml')
-rw-r--r--filter/vfoldertypes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/vfoldertypes.xml b/filter/vfoldertypes.xml
index 73625ef25c..7f38eb7834 100644
--- a/filter/vfoldertypes.xml
+++ b/filter/vfoldertypes.xml
@@ -181,7 +181,7 @@
<option value="not contains">
<title>does not contain</title>
<code>
- (match-all (not (body-contains ${word})))
+ (not (body-contains ${word}))
</code>
</option>
</input>