From 905e25ca5ff767716fd5c8f779d69e2f941cefe1 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 28 Nov 2008 19:03:24 +0000 Subject: Option to check for new mails in all folders (#1484374) git-svn-id: https://svn.roundcube.net/trunk@2099 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index d9ef3d343..b2c005653 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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 ?> -- cgit v1.2.3