diff options
author | thomascube <thomas@roundcube.net> | 2006-03-04 13:45:30 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-03-04 13:45:30 +0000 |
commit | 01c86f2e7c9eb4f2dff6d670ea8f36c431b9b476 (patch) | |
tree | fe523c4a92b5004a1468ad0b2ff8e09202248476 /index.php | |
parent | f5121b5639992fc9e51fd551bac2254429b638fa (diff) |
Minor bugfixes
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); } |