summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-05-17 17:01:22 +0000
committerthomascube <thomas@roundcube.net>2007-05-17 17:01:22 +0000
commit7198044efba3df34642570d57cc567b51af0d5dd (patch)
treeefa6f68555ba94748a1a50270f5d79fd46144eb9 /program/steps
parente3caaf59c20fd556364f838ae6082b3e2fba6d56 (diff)
Fixed conditional template tags; hide quota display if imap server does not support it
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 7416fb5d4..1848d301a 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -63,7 +63,7 @@ if (strlen($_GET['_uid']))
// set current mailbox in client environment
$OUTPUT->set_env('mailbox', $IMAP->get_mailbox_name());
-//$OUTPUT->set_pagetitle(rcube_charset_convert($IMAP->get_mailbox_name(), 'UTF-7', 'UTF-8'));
+$OUTPUT->set_env('quota', $IMAP->get_capability('quota'));
if ($CONFIG['trash_mbox'])
$OUTPUT->set_env('trash_mailbox', $CONFIG['trash_mbox']);