From a31c87494479c5b85d4afe71bad31b685eaba9a3 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 05 May 2006 13:28:21 -0400 Subject: [PATCH] Removed ob_flush() because useless and buggy --- program/steps/mail/getunread.inc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/getunread.inc b/program/steps/mail/getunread.inc index 2602217..d35dcf9 100644 --- a/program/steps/mail/getunread.inc +++ b/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(); } } -- Gitblit v1.9.1