]> 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 e3def529edbc198b52bbfdfd778a98b86159d4ef..2d50391a2fdcf55c9017c74044258c66f16a0e53 100644 (file)
@@ -4,7 +4,7 @@
  | program/steps/mail/mark.inc                                           |
  |                                                                       |
  | This file is part of the Roundcube Webmail client                     |
- | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 |
+ | Copyright (C) 2005-2009, The Roundcube Dev Team                       |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  | PURPOSE:                                                              |
@@ -14,7 +14,7 @@
  | Author: Thomas Bruederli <roundcube@gmail.com>                        |
  +-----------------------------------------------------------------------+
 
- $Id: mark.inc 4321 2010-12-08 12:52:04Z alec $
+ $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);