mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Fixed missing identity section (Closes #456)
This commit is contained in:
parent
5c00815d31
commit
7807138b7b
6 changed files with 95 additions and 91 deletions
|
|
@ -242,8 +242,7 @@
|
|||
aC = this.contactsCheckedOrSelected(),
|
||||
aToEmails = null,
|
||||
aCcEmails = null,
|
||||
aBccEmails = null,
|
||||
aReplyToEmails = null
|
||||
aBccEmails = null
|
||||
;
|
||||
|
||||
if (Utils.isNonEmptyArray(aC))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue