mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Added large thread limit setting [labs.imap_large_thread_limit = 100] (Closes #339)
This commit is contained in:
parent
d63dc10e5b
commit
c8bd765e12
4 changed files with 109 additions and 22 deletions
|
|
@ -38,6 +38,11 @@ class Config
|
|||
*/
|
||||
public static $MessageListDateFilter = 0;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
public static $LargeThreadLimit = 100;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue