summaryrefslogtreecommitdiff
path: root/program/steps/mail/getunread.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-05-05 17:28:21 +0000
committerthomascube <thomas@roundcube.net>2006-05-05 17:28:21 +0000
commita31c87494479c5b85d4afe71bad31b685eaba9a3 (patch)
tree3c8ec28141a625c207b27d108b21e30454c5e3d7 /program/steps/mail/getunread.inc
parente886c1e0ecb576a6ab676dfc22896c368c5e3c90 (diff)
Removed ob_flush() because useless and buggy
Diffstat (limited to 'program/steps/mail/getunread.inc')
-rw-r--r--program/steps/mail/getunread.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/mail/getunread.inc b/program/steps/mail/getunread.inc
index 260221719..d35dcf9f1 100644
--- a/program/steps/mail/getunread.inc
+++ b/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();
}
}