mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Run full UID fetch in background when message_list_limit is set
This commit is contained in:
parent
ef850e37f7
commit
1a75a624cb
4 changed files with 125 additions and 86 deletions
|
|
@ -77,6 +77,7 @@ trait Messages
|
|||
$oParams->oCacher = $this->Cacher($oAccount);
|
||||
}
|
||||
|
||||
// $oParams->bUseSort = $this->ImapClient->hasCapability('SORT');
|
||||
$oParams->bUseSort = true;
|
||||
|
||||
$oSettingsLocal = $this->SettingsProvider(true)->Load($oAccount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue