aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/filtertypes.xml.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/filtertypes.xml.in b/mail/filtertypes.xml.in
index 930db5768e..25be7808a8 100644
--- a/mail/filtertypes.xml.in
+++ b/mail/filtertypes.xml.in
@@ -909,6 +909,24 @@
</option>
</input>
</part>
+ <part name="location">
+ <_title>Message Location</_title>
+ <input type="optionlist" name="msglocation-type">
+ <option value="is">
+ <_title>is</_title>
+ <code>
+ (match-all (message-location ${folder}))
+ </code>
+ </option>
+ <option value="is-not">
+ <_title>is not</_title>
+ <code>
+ (match-all (not (message-location ${folder})))
+ </code>
+ </option>
+ </input>
+ <input type="folder" name="folder"/>
+ </part>
<part name="all">
<_title>Match All</_title>