summaryrefslogtreecommitdiff
path: root/program/steps/mail/check_recent.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-05-19 09:54:09 +0000
committeralecpl <alec@alec.pl>2011-05-19 09:54:09 +0000
commit4bb7d27b5468630efaa703e7240a86eb134423e9 (patch)
tree7b459f27c8e1dadd956d18308e6858e1ad39fcce /program/steps/mail/check_recent.inc
parent000fe38c715ddf50be615a91612cb3f9f4a7600c (diff)
- Removed focus_on_new_message option, added newmail_notify plugin
Diffstat (limited to 'program/steps/mail/check_recent.inc')
-rw-r--r--program/steps/mail/check_recent.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/program/steps/mail/check_recent.inc b/program/steps/mail/check_recent.inc
index c636e459b..469fa482c 100644
--- a/program/steps/mail/check_recent.inc
+++ b/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));
}