diff --git a/dev/View/Popup/Compose.js b/dev/View/Popup/Compose.js index 9c5f63415..cb02b1c56 100644 --- a/dev/View/Popup/Compose.js +++ b/dev/View/Popup/Compose.js @@ -350,8 +350,8 @@ export class ComposePopupView extends AbstractViewPopup { currentIdentity: value => { if (value) { this.from(value.formattedName()); - this.pgpEncrypt(value.pgpEncrypt/* || SettingsUserStore.pgpEncrypt()*/); - this.pgpSign(value.pgpSign/* || SettingsUserStore.pgpSign()*/); + this.pgpEncrypt(value.pgpEncrypt()/* || SettingsUserStore.pgpEncrypt()*/); + this.pgpSign(value.pgpSign()/* || SettingsUserStore.pgpSign()*/); } },