Add shouldNeverSpam property

This commit is contained in:
Oliver Davies 2016-07-12 22:15:03 +01:00
parent ca5f2f0f41
commit 995c5b2f2d

View file

@ -13,6 +13,7 @@
<title>Mail Filter</title>
<content></content>
<apps:property name='shouldArchive' value='{{ filter.isArchive ? 'true' : 'false' }}'/>
<apps:property name='shouldNeverSpam' value='{{ filter.isNeverSpam ? 'true' : 'false' }}'/>
<apps:property name='shouldTrash' value='{{ filter.isTrash ? 'true' : 'false' }}'/>
{% for condition in filter.conditions -%}
<apps:property name='{{ condition[0] }}' value='{{ condition[1] }}'/>