summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-19 09:54:09 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-19 09:54:09 +0000
commit8f35ee81b6f626be5b16c330fa47a85e4d720209 (patch)
treea2f58183c953c301c6f671aed6498eaa12cb1510 /roundcubemail/config
parentcb4bc36f0c7a6b7edbf979324692820354e81241 (diff)
- Removed focus_on_new_message option, added newmail_notify plugin
git-svn-id: https://svn.roundcube.net/trunk@4788 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index f63a18129..29af28457 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -607,9 +607,6 @@ $rcmail_config['preview_pane'] = false;
// Set to -1 if messages in preview pane should not be marked as read
$rcmail_config['preview_pane_mark_read'] = 0;
-// focus new window if new message arrives
-$rcmail_config['focus_on_new_message'] = true;
-
// Clear Trash on logout
$rcmail_config['logout_purge'] = false;