diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-19 09:54:09 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-19 09:54:09 +0000 |
| commit | 8f35ee81b6f626be5b16c330fa47a85e4d720209 (patch) | |
| tree | a2f58183c953c301c6f671aed6498eaa12cb1510 /roundcubemail/program/steps/mail | |
| parent | cb4bc36f0c7a6b7edbf979324692820354e81241 (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/program/steps/mail')
| -rw-r--r-- | roundcubemail/program/steps/mail/check_recent.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/mail/check_recent.inc b/roundcubemail/program/steps/mail/check_recent.inc index c636e459b..469fa482c 100644 --- a/roundcubemail/program/steps/mail/check_recent.inc +++ b/roundcubemail/program/steps/mail/check_recent.inc @@ -71,8 +71,6 @@ foreach ($a_mailboxes as $mbox_name) { $OUTPUT->set_env('current_page', $all_count ? $IMAP->list_page : 1); if ($status & 1) { - if ($RCMAIL->config->get('focus_on_new_message', true)) - $OUTPUT->command('new_message_focus'); // trigger plugin hook $RCMAIL->plugins->exec_hook('new_messages', array('mailbox' => $mbox_name)); } |
