diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-18 09:11:57 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-18 09:11:57 +0000 |
| commit | 751a2f9187255625c1b3cc7f7dfb02547e858fcf (patch) | |
| tree | 4415fde869c65d47717da859e6596b87b1eed2f5 /roundcubemail/index.php | |
| parent | 48a5e46f62a5da5b282a11dceefeeef5b79564f9 (diff) | |
Fix display of quota image/text after a remote command.
git-svn-id: https://svn.roundcube.net/trunk@414 208e9e7b-5314-0410-a742-e7e81cd9613c
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 e67518512..52d6ddc50 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -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); |
