mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
implement the ForceUnspam sieve action
This commit is contained in:
parent
4fc04648cf
commit
c3c15ace16
43 changed files with 62 additions and 3 deletions
|
|
@ -150,6 +150,8 @@ export class FilterPopupView extends rl.pluginPopupView {
|
|||
|
||||
this.actionTypeOptions.push({ id: FilterAction.Discard, name: i18nFilter('ACTION_DISCARD') });
|
||||
|
||||
this.actionTypeOptions.push({ id: FilterAction.ForceUnspam, name: i18nFilter('FORCE_UNSPAM') });
|
||||
|
||||
this.typeOptionsSize([
|
||||
{ id: FilterConditionType.Over, name: i18nFilter('TYPE_OVER') },
|
||||
{ id: FilterConditionType.Under, name: i18nFilter('TYPE_UNDER') }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue