This commit is contained in:
the-djmaze 2023-12-01 23:18:08 +01:00
parent 7e30c50dfe
commit 57c000908f
44 changed files with 143 additions and 49 deletions

View file

@ -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',