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 @@ + + <_title>Message Location + + + <_title>is + + (match-all (message-location ${folder})) + + + + <_title>is not + + (match-all (not (message-location ${folder}))) + + + + + <_title>Match All
+ (match-all (message-location ${folder})) +
+ (match-all (not (message-location ${folder}))) +