mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Added: option to enable additional account unread messages count
This commit is contained in:
parent
bad33e6dc4
commit
215767ed9b
45 changed files with 96 additions and 39 deletions
|
|
@ -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'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue