mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03: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;
|
return visible;
|
||||||
});
|
});
|
||||||
if (inbox && !multiple) {
|
if (inbox && !multiple) {
|
||||||
inbox.collapsedPrivate(false);
|
inbox.collapsed(false);
|
||||||
}
|
}
|
||||||
this.foldersListWithSingleInboxRootFolder(!multiple);
|
this.foldersListWithSingleInboxRootFolder(!multiple);
|
||||||
return result;
|
return result;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue