mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +03:00
Resolve #1070
This commit is contained in:
parent
c7c43939ce
commit
b5b1d5f88a
1 changed files with 2 additions and 2 deletions
|
|
@ -741,8 +741,8 @@ class MailClient
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$oMessageCollection->totalEmails = \count($aUids);
|
if (\count($aUids)) {
|
||||||
if ($oMessageCollection->totalEmails) {
|
$oMessageCollection->totalEmails = \count($aUids);
|
||||||
$aUids = \array_slice($aUids, $oParams->iOffset, $oParams->iLimit);
|
$aUids = \array_slice($aUids, $oParams->iOffset, $oParams->iLimit);
|
||||||
$this->MessageListByRequestIndexOrUids($oMessageCollection, new SequenceSet($aUids), $aAllThreads);
|
$this->MessageListByRequestIndexOrUids($oMessageCollection, new SequenceSet($aUids), $aAllThreads);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue