mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
This commit is contained in:
parent
d84f39be86
commit
2efe90fe48
3 changed files with 6 additions and 6 deletions
|
|
@ -1377,7 +1377,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
key && options.push(['OpenPGP', key]);
|
||||
key = GnuPGUserStore.getPrivateKeyFor(email, 1);
|
||||
key && options.push(['GnuPG', key]);
|
||||
identity.smimeKey() && identity.smimeCertificate() && identity.email() === email
|
||||
identity.smimeKeyValid() && identity.smimeCertificateValid() && identity.email() === email
|
||||
&& options.push(['S/MIME']);
|
||||
console.dir({signOptions: options});
|
||||
this.signOptions(options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue