diff options
author | thomascube <thomas@roundcube.net> | 2008-11-28 19:03:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-11-28 19:03:24 +0000 |
commit | 2fd975071a43147b054adaa857008f6ae2ee245f (patch) | |
tree | 71f60d8580ddff8656296e63c00fa86899b8db42 /config | |
parent | 41b43ba00e9110e6f415014382e11af7fe381fcb (diff) |
Option to check for new mails in all folders (#1484374)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index d9ef3d343..b2c005653 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -402,5 +402,8 @@ $rcmail_config['flag_for_deletion'] = FALSE; // Must be greater than or equal to 'min_keep_alive' and less than 'session_lifetime' $rcmail_config['keep_alive'] = 60; +// If true all folders will be checked for recent messages +$rcmail_config['check_all_folders'] = FALSE; + // end of config file ?> |