mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Add shouldNeverSpam property
This commit is contained in:
parent
ca5f2f0f41
commit
995c5b2f2d
1 changed files with 1 additions and 0 deletions
|
@ -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] }}'/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue