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