diff options
Diffstat (limited to 'program')
-rw-r--r-- | 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 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(); } } |