mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Revert part of previous commit for
https://github.com/the-djmaze/snappymail/issues/94#issuecomment-850806845
This commit is contained in:
parent
494626bfc7
commit
250f7152ac
1 changed files with 1 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue