mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00:00
More S/MIME changes for #259
This commit is contained in:
@@ -115,16 +115,17 @@ export class MessageModel extends AbstractModel {
|
||||
hasExternals: false,
|
||||
hasTracking: false,
|
||||
|
||||
encrypted: false,
|
||||
|
||||
pgpSigned: null,
|
||||
pgpVerified: null,
|
||||
|
||||
encrypted: false,
|
||||
pgpEncrypted: null,
|
||||
pgpDecrypted: false,
|
||||
|
||||
smimeSigned: null,
|
||||
smimeVerified: null,
|
||||
smimeEncrypted: null,
|
||||
smimeDecrypted: false,
|
||||
|
||||
// rfc8621
|
||||
id: '',
|
||||
|
||||
Reference in New Issue
Block a user