mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Added option to (un)hide Kolab folders
This commit is contained in:
parent
ba8188978d
commit
88f7b3d345
44 changed files with 59 additions and 1 deletions
|
|
@ -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'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue