diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-05 17:28:21 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-05 17:28:21 +0000 |
| commit | 3c167f8ee58adb48a7b109715f6b67ad6b3ce6d6 (patch) | |
| tree | e3f14dbabad1eb39e3bbf0aa0a120c6995da12b6 | |
| parent | 423fec11b77edd6d04d6aa0fb202c195fb8f382b (diff) | |
Removed ob_flush() because useless and buggy
git-svn-id: https://svn.roundcube.net/trunk@226 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/mail/getunread.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } } |
