mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
Merge 34a02cba99 into 2a116612be
This commit is contained in:
commit
bf5e393199
44 changed files with 147 additions and 41 deletions
|
|
@ -148,6 +148,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