From e54bb72d30cfd88fcef5434b472fb3d9b2cca710 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 31 Jul 2009 09:07:54 +0000 Subject: - Added 'display_next' option --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 6050a4af9..c0bd5cf1d 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -437,5 +437,8 @@ $rcmail_config['keep_alive'] = 60; // If true all folders will be checked for recent messages $rcmail_config['check_all_folders'] = FALSE; +// If true, after message delete/move, the next message will be displayed +$rcmail_config['display_next'] = FALSE; + // end of config file ?> -- cgit v1.2.3