thomascube
2006-05-18 cead5c727147faac362e742aa7bcecf07f68cd99
program/steps/mail/getunread.inc
@@ -25,9 +25,9 @@
if (!empty($a_folders))
  {
  foreach ($a_folders as $mbox)
  foreach ($a_folders as $mbox_row)
    {
    $commands = sprintf("this.set_unread_count('%s', %d);\n", $mbox, $IMAP->messagecount($mbox, 'UNSEEN'));
    $commands = sprintf("this.set_unread_count('%s', %d);\n", $mbox_row, $IMAP->messagecount($mbox_row, 'UNSEEN'));
    rcube_remote_response($commands, TRUE);
    }
  }