X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=program%2Fsteps%2Fmail%2Fmark.inc;h=2d50391a2fdcf55c9017c74044258c66f16a0e53;hb=76507f7c63a660742e76889ad6e3919f3dde3bb0;hp=94009fbc7612cf003a066db2934f742d4a510fa1;hpb=a2dd2e41259a5e90016efcd7d083020b95e25527;p=roundcube.git diff --git a/program/steps/mail/mark.inc b/program/steps/mail/mark.inc index 94009fb..2d50391 100644 --- a/program/steps/mail/mark.inc +++ b/program/steps/mail/mark.inc @@ -14,7 +14,7 @@ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ - $Id: mark.inc 4410 2011-01-12 18:25:02Z thomasb $ + $Id: mark.inc 5266 2011-09-22 07:49:33Z alec $ */ @@ -104,7 +104,7 @@ if (($uids = get_input_value('_uid', RCUBE_INPUT_POST)) && ($flag = get_input_va $OUTPUT->command('set_unread_count', $mbox, $unseen_count, ($mbox == 'INBOX')); rcmail_set_unseen_count($mbox, $unseen_count); } - $OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($msg_count)); + $OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($msg_count), $mbox); if ($IMAP->threading) $count = get_input_value('_count', RCUBE_INPUT_POST);