From 3c167f8ee58adb48a7b109715f6b67ad6b3ce6d6 Mon Sep 17 00:00:00 2001 From: roundcube Date: Fri, 5 May 2006 17:28:21 +0000 Subject: Removed ob_flush() because useless and buggy git-svn-id: https://svn.roundcube.net/trunk@226 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/getunread.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/getunread.inc b/roundcubemail/program/steps/mail/getunread.inc index 260221719..d35dcf9f1 100644 --- a/roundcubemail/program/steps/mail/getunread.inc +++ b/roundcubemail/program/steps/mail/getunread.inc @@ -29,7 +29,6 @@ if (!empty($a_folders)) { $commands = sprintf("this.set_unread_count('%s', %d);\n", $mbox, $IMAP->messagecount($mbox, 'UNSEEN')); rcube_remote_response($commands, TRUE); - ob_flush(); } } -- cgit v1.2.3