summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-07-31 09:07:54 +0000
committeralecpl <alec@alec.pl>2009-07-31 09:07:54 +0000
commite54bb72d30cfd88fcef5434b472fb3d9b2cca710 (patch)
tree7497dc73313ac3d17ea6c00795731b9a7b212a93 /config
parent330ef6ca44df4111d6f6b33ba0684e865ba8c30e (diff)
- Added 'display_next' option
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
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
?>