mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Added options to Identity for PGP sign and encrypt #89
This commit is contained in:
parent
4c84c6cdfc
commit
c72c2dbaa4
6 changed files with 65 additions and 46 deletions
|
|
@ -21,6 +21,9 @@ export class IdentityModel extends AbstractModel {
|
|||
signature: '',
|
||||
signatureInsertBefore: false,
|
||||
|
||||
pgpSign: false,
|
||||
pgpEncrypt: false,
|
||||
|
||||
askDelete: false
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue