mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
Bugfix for new Settings system
This commit is contained in:
parent
ec80404eed
commit
df8e4d2b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -945,7 +945,7 @@ class MailClient
|
|||
return null;
|
||||
}
|
||||
|
||||
$iOptimizationLimit = $this->oImapClient->Settings->message_list_limit;
|
||||
$iOptimizationLimit = $this->oImapClient->Settings->folder_list_limit;
|
||||
$oFolderCollection = new FolderCollection;
|
||||
$oFolderCollection->Optimized = 10 < $iOptimizationLimit && \count($aFolders) > $iOptimizationLimit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue