From 23796ec2909bf9cb3ae846f9d124a1098672c5ff Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Mon, 18 Dec 2006 04:11:57 -0500
Subject: [PATCH] Fix display of quota image/text after a remote command.
---
index.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/index.php b/index.php
index e675185..52d6ddc 100644
--- a/index.php
+++ b/index.php
@@ -314,6 +314,9 @@
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);
--
Gitblit v1.9.1