mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Enable RFC 8689
This commit is contained in:
parent
1126712d11
commit
e23e0138a9
48 changed files with 113 additions and 54 deletions
|
|
@ -33,6 +33,7 @@ export const SettingsUserStore = new class {
|
|||
|
||||
requestReadReceipt: 0,
|
||||
requestDsn: 0,
|
||||
requireTLS: 0,
|
||||
pgpSign: 0,
|
||||
pgpEncrypt: 0,
|
||||
allowSpellcheck: 0,
|
||||
|
|
@ -97,6 +98,7 @@ export const SettingsUserStore = new class {
|
|||
|
||||
self.requestReadReceipt(SettingsGet('requestReadReceipt'));
|
||||
self.requestDsn(SettingsGet('requestDsn'));
|
||||
self.requireTLS(SettingsGet('requireTLS'));
|
||||
self.pgpSign(SettingsGet('pgpSign'));
|
||||
self.pgpEncrypt(SettingsGet('pgpEncrypt'));
|
||||
self.allowSpellcheck(SettingsGet('allowSpellcheck'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue