thomascube
2006-01-13 be2380fb47b05a222ec5b22deff36d5156a8c943
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();
    }
  }