thomascube
2006-02-22 745b1466fc76d5ded589e2469328086002430c1c
program/steps/mail/getunread.inc
@@ -29,6 +29,7 @@
    {
    $commands = sprintf("this.set_unread_count('%s', %d);\n", $mbox, $IMAP->messagecount($mbox, 'UNSEEN'));
    rcube_remote_response($commands, TRUE);
    ob_flush();
    }
  }