aboutsummaryrefslogtreecommitdiffstats
path: root/mail/vfoldertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mail/vfoldertypes.xml')
-rw-r--r--mail/vfoldertypes.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/vfoldertypes.xml b/mail/vfoldertypes.xml
index b2189c569a..59dc96227c 100644
--- a/mail/vfoldertypes.xml
+++ b/mail/vfoldertypes.xml
@@ -339,6 +339,18 @@
(match-all (not (header-contains "Subject" ${subject})))
</code>
</option>
+ <option value="has-words">
+ <title>has words</title>
+ <code>
+ (match-all (header-has-words "Subject" ${subject}))
+ </code>
+ </option>
+ <option value="not has-words">
+ <title>does not have words</title>
+ <code>
+ (match-all (not (header-has-words "Subject" ${subject})))
+ </code>
+ </option>
<option value="is">
<title>is</title>
<code>
@@ -395,6 +407,18 @@
(match-all (not (header-contains ${header-field} ${word})))
</code>
</option>
+ <option value="has-words">
+ <title>has words</title>
+ <code>
+ (match-all (header-has-words ${header-field} ${word}))
+ </code>
+ </option>
+ <option value="not has-words">
+ <title>does not have words</title>
+ <code>
+ (match-all (not (header-has-words ${header-field} ${word})))
+ </code>
+ </option>
<option value="is">
<title>is</title>
<code>