thomascube
2006-04-04 f3704e18d89e4065cede8509256d7fbf483b7fe6
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();
    }
  }