diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-31 09:07:54 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-31 09:07:54 +0000 |
| commit | 1054382d402054625039730b6f36a2f2e36fd251 (patch) | |
| tree | e90b472ae7947d478eabe1922acf8afe7146bcab /roundcubemail/config | |
| parent | b56aef6821d1ddf8b23431fd867e4e6b6ae8383d (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.dist | 3 |
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 ?> |
