summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-03-04 13:45:30 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-03-04 13:45:30 +0000
commit3309d5b7adb6a1f372bd0528ecdac3f2617d6f98 (patch)
tree3b0c81bff1f53ae55063c256e5e0745e60f7c62c /roundcubemail/index.php
parentf8a4b309baafbc3df89cbf115bf090aef263f866 (diff)
Minor bugfixes
git-svn-id: https://svn.roundcube.net/trunk@162 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
-rw-r--r--roundcubemail/index.php3
1 files changed, 3 insertions, 0 deletions
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);
}