From 01c86f2e7c9eb4f2dff6d670ea8f36c431b9b476 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 04 Mar 2006 08:45:30 -0500 Subject: [PATCH] Minor bugfixes --- index.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/index.php b/index.php index d3cfade..70f0470 100644 --- a/index.php +++ b/index.php @@ -265,6 +265,9 @@ // kill compose entry from session if (isset($_SESSION['compose'])) rcmail_compose_cleanup(); + + // make sure the message count is refreshed + $IMAP->messagecount($_SESSION['mbox'], 'ALL', TRUE); } -- Gitblit v1.9.1