mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +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 => {
|
||||
if (value) {
|
||||
this.from(value.formattedName());
|
||||
this.doEncrypt(value.pgpEncrypt()/* || SettingsUserStore.pgpEncrypt()*/);
|
||||
this.doSign(value.pgpSign()/* || SettingsUserStore.pgpSign()*/);
|
||||
this.doEncrypt(value.pgpEncrypt() || SettingsUserStore.pgpEncrypt());
|
||||
this.doSign(value.pgpSign() || SettingsUserStore.pgpSign());
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue