|
|
@ -47,6 +47,9 @@ foreach ($a_mailboxes as $mbox_name) {
|
|
|
|
if (!empty($_GET['_quota']))
|
|
|
|
if (!empty($_GET['_quota']))
|
|
|
|
$OUTPUT->command('set_quota', rcmail_quota_content($IMAP->get_quota()));
|
|
|
|
$OUTPUT->command('set_quota', rcmail_quota_content($IMAP->get_quota()));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// trigger plugin hook
|
|
|
|
|
|
|
|
$RCMAIL->plugins->exec_hook('new_messages', array('mailbox' => $mbox_name, 'count' => $unread_count));
|
|
|
|
|
|
|
|
|
|
|
|
// "No-list" mode, don't get messages
|
|
|
|
// "No-list" mode, don't get messages
|
|
|
|
if (empty($_GET['_list']))
|
|
|
|
if (empty($_GET['_list']))
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|