summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-31 09:07:54 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-31 09:07:54 +0000
commit1054382d402054625039730b6f36a2f2e36fd251 (patch)
treee90b472ae7947d478eabe1922acf8afe7146bcab /roundcubemail/config
parentb56aef6821d1ddf8b23431fd867e4e6b6ae8383d (diff)
- Added 'display_next' option
git-svn-id: https://svn.roundcube.net/trunk@2822 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 6050a4af9..c0bd5cf1d 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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
?>