Added large thread limit setting [labs.imap_large_thread_limit = 100] (Closes #339)

This commit is contained in:
RainLoop Team 2014-10-07 00:51:23 +04:00
parent d63dc10e5b
commit c8bd765e12
4 changed files with 109 additions and 22 deletions

View file

@ -38,6 +38,11 @@ class Config
*/
public static $MessageListDateFilter = 0;
/**
* @var int
*/
public static $LargeThreadLimit = 100;
/**
* @var bool
*/