mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Fixed: more strong optimazation for [labs]imap_message_list_count_limit_trigger (#903)
This commit is contained in:
parent
d844938ee3
commit
d890a6d80e
2 changed files with 56 additions and 6 deletions
|
|
@ -41,6 +41,11 @@ class Config
|
|||
*/
|
||||
public static $MessageListCountLimitTrigger = 0;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
public static $MessageListUndeletedOnly = true;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue