diff options
author | alecpl <alec@alec.pl> | 2009-12-13 18:28:47 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-12-13 18:28:47 +0000 |
commit | 5b3ed54e84590bdb6efbfe3c79c5e0129486ef1a (patch) | |
tree | 5aa23740755d2865e3b05dd51b14d23db62bafba /program/steps/mail/check_recent.inc | |
parent | 317a7d9f677b50db12c5988f38abb10ade0634a5 (diff) |
- Plugin API: added 'quota' hook
Diffstat (limited to 'program/steps/mail/check_recent.inc')
-rw-r--r-- | program/steps/mail/check_recent.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/check_recent.inc b/program/steps/mail/check_recent.inc index 094c429d4..4b8427358 100644 --- a/program/steps/mail/check_recent.inc +++ b/program/steps/mail/check_recent.inc @@ -46,7 +46,7 @@ foreach ($a_mailboxes as $mbox_name) { $OUTPUT->command('new_message_focus'); if (!empty($_GET['_quota'])) - $OUTPUT->command('set_quota', rcmail_quota_content($IMAP->get_quota())); + $OUTPUT->command('set_quota', rcmail_quota_content()); // trigger plugin hook $RCMAIL->plugins->exec_hook('new_messages', array('mailbox' => $mbox_name, 'count' => $unread_count)); |