Added options to Identity for PGP sign and encrypt #89

This commit is contained in:
the-djmaze 2024-02-11 21:16:38 +01:00
parent 4c84c6cdfc
commit c72c2dbaa4
6 changed files with 65 additions and 46 deletions

View file

@ -21,6 +21,9 @@ export class IdentityModel extends AbstractModel {
signature: '',
signatureInsertBefore: false,
pgpSign: false,
pgpEncrypt: false,
askDelete: false
});
}