mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-10 07:04:53 +08:00
No need to check oCacher
This commit is contained in:
parent
d4c4f84c13
commit
94d33a6daf
1 changed files with 0 additions and 4 deletions
|
@ -655,10 +655,6 @@ class MailClient
|
|||
throw new \InvalidArgumentException('THREAD not supported');
|
||||
}
|
||||
|
||||
if (!$oParams->oCacher || !($oParams->oCacher instanceof \MailSo\Cache\CacheClient)) {
|
||||
$oParams->oCacher = null;
|
||||
}
|
||||
|
||||
$oMessageCollection->FolderHash = $oInfo->getHash($this->oImapClient->Hash());
|
||||
|
||||
if (!$oParams->iThreadUid) {
|
||||
|
|
Loading…
Add table
Reference in a new issue