diff options
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 3 |
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); } |
