mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Improved autocrypt #342
This commit is contained in:
parent
636ffe5fbb
commit
05d8e7b353
3 changed files with 12 additions and 2 deletions
|
|
@ -75,6 +75,7 @@ export class MessageModel extends AbstractModel {
|
|||
this.messageId = '';
|
||||
this.inReplyTo = '';
|
||||
this.references = '';
|
||||
this.autocrypt = {};
|
||||
|
||||
addObservablesTo(this, {
|
||||
subject: '',
|
||||
|
|
@ -111,7 +112,6 @@ export class MessageModel extends AbstractModel {
|
|||
|
||||
readReceipt: '',
|
||||
|
||||
autocrypt: '',
|
||||
// rfc8621
|
||||
id: '',
|
||||
// threadId: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue