diff options
-rw-r--r-- | mail/searchtypes.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/searchtypes.xml b/mail/searchtypes.xml index bf1678a3c2..3893880c50 100644 --- a/mail/searchtypes.xml +++ b/mail/searchtypes.xml @@ -499,5 +499,16 @@ <sources/> </rule> + <rule grouping="any" source="demand"> + <_title>Body contains</_title> + <partset> + <part name="body"> + <value name="body-type" type="option" value="contains"/> + <value name="word" type="string"/> + </part> + </partset> + <sources/> + </rule> + </ruleset> </filterdescription> |