This commit is contained in:
the-djmaze 2023-04-04 11:57:52 +02:00
parent 944a2cb8dc
commit 87313d0616
3 changed files with 3 additions and 2 deletions

View file

@ -707,7 +707,7 @@ class MailClient
break;
}
}
$aAllThreads = [];
$aAllThreads = [$aUids];
// This only speeds up the search when not cached
// $oParams->oSequenceSet = new SequenceSet($aUids);
} else {