mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Resolve #1448
This commit is contained in:
parent
a7041b4efb
commit
1e03eac9a5
1 changed files with 2 additions and 2 deletions
|
|
@ -356,8 +356,8 @@ export class ComposePopupView extends AbstractViewPopup {
|
||||||
currentIdentity: value => {
|
currentIdentity: value => {
|
||||||
if (value) {
|
if (value) {
|
||||||
this.from(value.formattedName());
|
this.from(value.formattedName());
|
||||||
this.doEncrypt(value.pgpEncrypt()/* || SettingsUserStore.pgpEncrypt()*/);
|
this.doEncrypt(value.pgpEncrypt() || SettingsUserStore.pgpEncrypt());
|
||||||
this.doSign(value.pgpSign()/* || SettingsUserStore.pgpSign()*/);
|
this.doSign(value.pgpSign() || SettingsUserStore.pgpSign());
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue