Added: option to enable additional account unread messages count

This commit is contained in:
the-djmaze 2022-12-22 10:01:25 +01:00
parent bad33e6dc4
commit 215767ed9b
45 changed files with 96 additions and 39 deletions

View file

@ -28,6 +28,7 @@ export const SettingsUserStore = new class {
hideDeleted: 1,
unhideKolabFolders: 0,
autoLogout: 0,
showUnreadCount: 0,
requestReadReceipt: 0,
requestDsn: 0,
@ -89,6 +90,7 @@ export const SettingsUserStore = new class {
self.hideUnsubscribed(SettingsGet('HideUnsubscribed'));
self.hideDeleted(SettingsGet('HideDeleted'));
self.showUnreadCount(SettingsGet('ShowUnreadCount'));
self.unhideKolabFolders(SettingsGet('UnhideKolabFolders'));
self.requestReadReceipt(SettingsGet('requestReadReceipt'));