]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/steps/mail/mark.inc
Imported Upstream version 0.7
[roundcube.git] / program / steps / mail / mark.inc
index 94009fbc7612cf003a066db2934f742d4a510fa1..2d50391a2fdcf55c9017c74044258c66f16a0e53 100644 (file)
@@ -14,7 +14,7 @@
  | Author: Thomas Bruederli <roundcube@gmail.com>                        |
  +-----------------------------------------------------------------------+
 
- $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);