diff options
author | thomascube <thomas@roundcube.net> | 2008-02-05 21:39:08 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-05 21:39:08 +0000 |
commit | cf1f0f97b23e1d22ee087436edc283da59bfb6ce (patch) | |
tree | 5868c142caf39d1b05d2231b7b41f0324b7861de /program/steps/mail/move_del.inc | |
parent | a527781d5ae365c926c137a6c59895421aeab951 (diff) |
Applied patch for updating page title (#1484727, #1484650)
Diffstat (limited to 'program/steps/mail/move_del.inc')
-rw-r--r-- | program/steps/mail/move_del.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/move_del.inc b/program/steps/mail/move_del.inc index c78d6db51..b6ec20773 100644 --- a/program/steps/mail/move_del.inc +++ b/program/steps/mail/move_del.inc @@ -86,7 +86,7 @@ $OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($msg_count)); // update mailboxlist $mbox = $IMAP->get_mailbox_name(); -$OUTPUT->command('set_unread_count', $mbox, $IMAP->messagecount($mbox, 'UNSEEN')); +$OUTPUT->command('set_unread_count', $mbox, $IMAP->messagecount($mbox, 'UNSEEN'), ($mbox == 'INBOX')); if ($_action=='moveto' && $target) $OUTPUT->command('set_unread_count', $target, $IMAP->messagecount($target, 'UNSEEN')); |