diff options
author | svncommit <devs@roundcube.net> | 2006-12-18 09:11:57 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-12-18 09:11:57 +0000 |
commit | 23796ec2909bf9cb3ae846f9d124a1098672c5ff (patch) | |
tree | a7e579c977d414541ced08424b20413253ad7462 /index.php | |
parent | 04d6304b4d1b272d5cd533abfbc2240d8ce77c38 (diff) |
Fix display of quota image/text after a remote command.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -314,6 +314,9 @@ if ($_task=='mail') if ($_action=='quotaimg') include('program/steps/mail/quotaimg.inc'); + if ($_action=='quotadisplay') + include('program/steps/mail/quotadisplay.inc'); + // make sure the message count is refreshed $IMAP->messagecount($_SESSION['mbox'], 'ALL', TRUE); |