mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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');
|
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());
|
$oMessageCollection->FolderHash = $oInfo->getHash($this->oImapClient->Hash());
|
||||||
|
|
||||||
if (!$oParams->iThreadUid) {
|
if (!$oParams->iThreadUid) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue