mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Vacation filter improvements
New Pgp encrypt/sign popup
This commit is contained in:
parent
c99a46a118
commit
723c2ac6b8
21 changed files with 470 additions and 27 deletions
|
|
@ -195,7 +195,7 @@
|
|||
}
|
||||
|
||||
if (Enums.FiltersAction.Vacation === this.actionType() &&
|
||||
('' === this.actionValueFourth() || -1 === this.actionValueFourth().indexOf('@'))
|
||||
'' !== this.actionValueFourth() && -1 === this.actionValueFourth().indexOf('@')
|
||||
)
|
||||
{
|
||||
this.actionValueFourth.error(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue