Added option to (un)hide Kolab folders

This commit is contained in:
the-djmaze 2022-09-27 09:46:49 +02:00
parent ba8188978d
commit 88f7b3d345
44 changed files with 59 additions and 1 deletions

View file

@ -25,6 +25,7 @@ export const SettingsUserStore = new class {
replySameFolder: 0,
hideUnsubscribed: 0,
hideDeleted: 1,
unhideKolabFolders: 0,
autoLogout: 0,
requestReadReceipt: 0,
@ -84,6 +85,7 @@ export const SettingsUserStore = new class {
self.hideUnsubscribed(SettingsGet('HideUnsubscribed'));
self.hideDeleted(SettingsGet('HideDeleted'));
self.unhideKolabFolders(SettingsGet('UnhideKolabFolders'));
self.requestReadReceipt(SettingsGet('requestReadReceipt'));
self.requestDsn(SettingsGet('requestDsn'));