mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Improved #121
This commit is contained in:
parent
6435fc3876
commit
8a22ddff5e
4 changed files with 10 additions and 20 deletions
|
|
@ -135,7 +135,7 @@ export const FolderUserStore = new class {
|
|||
list.forEach(folder => {
|
||||
if (
|
||||
folder &&
|
||||
folder.selectable &&
|
||||
folder.selectable() &&
|
||||
folder.exists &&
|
||||
timeout > folder.expires &&
|
||||
(folder.isSystemFolder() || (folder.subscribed() && (folder.checkable() || !bDisplaySpecSetting)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue