mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
fix(mail(js)): expose all account identities in popup window
Fixes #5442
This commit is contained in:
@@ -577,7 +577,7 @@
|
||||
}
|
||||
|
||||
_.forEach(this.identities, function (identity) {
|
||||
if (!identity.isReadOnly)
|
||||
if (!identity.isReadOnly || deep)
|
||||
identities.push(_.pick(identity, ['email', 'fullName', 'replyTo', 'signature', 'isDefault']));
|
||||
if (identity.isDefault)
|
||||
defaultIdentity = identity;
|
||||
|
||||
Reference in New Issue
Block a user