mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Resolve #951
This commit is contained in:
parent
7e30c50dfe
commit
57c000908f
44 changed files with 143 additions and 49 deletions
|
|
@ -35,6 +35,7 @@ export const SettingsUserStore = new class {
|
|||
unhideKolabFolders: 0,
|
||||
autoLogout: 0,
|
||||
showUnreadCount: 0,
|
||||
messageNewWindow: 0,
|
||||
messageReadAuto: 0,
|
||||
|
||||
requestReadReceipt: 0,
|
||||
|
|
@ -80,6 +81,7 @@ export const SettingsUserStore = new class {
|
|||
self.editorDefaultType(SettingsGet('EditorDefaultType'));
|
||||
|
||||
[
|
||||
'messageNewWindow',
|
||||
'messageReadAuto',
|
||||
'MsgDefaultAction',
|
||||
'ViewHTML',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue