Revert part of previous commit for

https://github.com/the-djmaze/snappymail/issues/94#issuecomment-850806845
This commit is contained in:
djmaze 2021-05-31 11:01:27 +02:00
parent 494626bfc7
commit 250f7152ac

View file

@ -169,8 +169,7 @@ class Folder implements \JsonSerializable
public function IsSelectable() : bool
{
// https://github.com/the-djmaze/snappymail/issues/94#issuecomment-850806845
return $this->bExists /* && $this->oImapFolder->IsSelectable()*/;
return $this->bExists && $this->oImapFolder->IsSelectable();
}
/**