mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Cleanup Filters/Sieve capa
This commit is contained in:
parent
a9785bc39c
commit
bde4d147bb
9 changed files with 9 additions and 35 deletions
|
|
@ -236,7 +236,7 @@ export class FilterModel extends AbstractModel {
|
|||
);
|
||||
}
|
||||
|
||||
filter.actionKeep(1 == json.Keep);
|
||||
filter.actionKeep(0 != json.Keep);
|
||||
filter.actionNoStop(0 == json.Stop);
|
||||
filter.actionMarkAsRead(1 == json.MarkAsRead);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue