mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Finally drop the FolderModel.hidden() because FolderModel.visible() works better
This commit is contained in:
parent
f56102dd88
commit
a219509bd7
4 changed files with 4 additions and 10 deletions
|
|
@ -393,8 +393,6 @@ export class FolderModel extends AbstractModel {
|
|||
return folder.hasVisibleSubfolders() | visible;
|
||||
},
|
||||
|
||||
hidden: () => !folder.selectable() && (folder.isSystemFolder() | !folder.hasVisibleSubfolders()),
|
||||
|
||||
printableUnreadCount: () => {
|
||||
const count = folder.totalEmails(),
|
||||
unread = folder.unreadEmails(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue