summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/getunread.inc
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-13 16:03:36 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-13 16:03:36 +0000
commitd18d098e705c71e0572c2b4cdf511828e993cdb1 (patch)
tree0b9fb24bc8da47c13dbe8b91ebee3cde65ac2db6 /roundcubemail/program/steps/mail/getunread.inc
parent885a1619afa12a21f6e51cfb198debb25183357e (diff)
Switched to full UTF-8 support
git-svn-id: https://svn.roundcube.net/trunk@101 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/getunread.inc')
-rw-r--r--roundcubemail/program/steps/mail/getunread.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/getunread.inc b/roundcubemail/program/steps/mail/getunread.inc
index d35dcf9f1..260221719 100644
--- a/roundcubemail/program/steps/mail/getunread.inc
+++ b/roundcubemail/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();
}
}