From 3309d5b7adb6a1f372bd0528ecdac3f2617d6f98 Mon Sep 17 00:00:00 2001 From: roundcube Date: Sat, 4 Mar 2006 13:45:30 +0000 Subject: Minor bugfixes git-svn-id: https://svn.roundcube.net/trunk@162 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index d3cfadeff..70f04701c 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -265,6 +265,9 @@ if ($_task=='mail') // 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); } -- cgit v1.2.3