mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
v1.14.0-djmaze5
This commit is contained in:
parent
dcdaf70601
commit
088945b636
5 changed files with 43 additions and 48 deletions
|
|
@ -27,9 +27,9 @@ class IdentityPopupView extends AbstractViewNext {
|
|||
this.email = ko.observable('').validateEmail();
|
||||
this.email.focused = ko.observable(false);
|
||||
this.name = ko.observable('');
|
||||
this.replyTo = ko.observable('').validateSimpleEmail();
|
||||
this.replyTo = ko.observable('').validateEmail();
|
||||
this.replyTo.focused = ko.observable(false);
|
||||
this.bcc = ko.observable('').validateSimpleEmail();
|
||||
this.bcc = ko.observable('').validateEmail();
|
||||
this.bcc.focused = ko.observable(false);
|
||||
|
||||
this.signature = ko.observable('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue