mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-03-10 22:05:22 +08:00
Bugfix: collapsedPrivate() undefined
This commit is contained in:
parent
9f3c0c499c
commit
e0f0ea7c46
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export class MailFolderList extends AbstractViewLeft {
|
|||
return visible;
|
||||
});
|
||||
if (inbox && !multiple) {
|
||||
inbox.collapsedPrivate(false);
|
||||
inbox.collapsed(false);
|
||||
}
|
||||
this.foldersListWithSingleInboxRootFolder(!multiple);
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue