summaryrefslogtreecommitdiff
path: root/program/steps/mail/getunread.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-01-13 16:03:36 +0000
committerthomascube <thomas@roundcube.net>2006-01-13 16:03:36 +0000
commitc0309556342871c2f65b5212ffdf35579d1ce7e6 (patch)
treee05162e70acaa4d94d4211820c24233bae4f070e /program/steps/mail/getunread.inc
parent0af7e8c0e6d6183dd19ea3bad0b3e8bd80f77aa9 (diff)
Switched to full UTF-8 support
Diffstat (limited to 'program/steps/mail/getunread.inc')
-rw-r--r--program/steps/mail/getunread.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/getunread.inc b/program/steps/mail/getunread.inc
index d35dcf9f1..260221719 100644
--- a/program/steps/mail/getunread.inc
+++ b/program/steps/mail/getunread.inc
@@ -29,6 +29,7 @@ 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();
}
}