mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Based on https://tools.ietf.org/html/rfc5173
This commit is contained in:
parent
4adc672ccd
commit
0ba7374468
14 changed files with 72 additions and 17 deletions
|
|
@ -21,6 +21,9 @@ class FilterConditionModel extends AbstractModel {
|
|||
this.template = ko.computed(() => {
|
||||
let template = '';
|
||||
switch (this.field()) {
|
||||
case FilterConditionField.Body:
|
||||
template = 'SettingsFiltersConditionBody';
|
||||
break;
|
||||
case FilterConditionField.Size:
|
||||
template = 'SettingsFiltersConditionSize';
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue