diff options
author | alecpl <alec@alec.pl> | 2008-06-24 13:04:57 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-06-24 13:04:57 +0000 |
commit | ddd776b2a3a264777233410e4bb311233fd24d3c (patch) | |
tree | 15aedb73a344bf4c02e1c89e1f6d5f123f05a842 /program/steps/mail/func.inc | |
parent | 0339e3cc6fcc0df6d0dcd9b434f3dff919adcf7f (diff) |
- Allow trash/junk subfolders to be purged (#1485085)
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index bb5ece5c1..7fbda27b4 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -57,6 +57,7 @@ if (!empty($_REQUEST['_search']) && isset($_SESSION['search'][$_REQUEST['_search // set current mailbox in client environment $OUTPUT->set_env('mailbox', $IMAP->get_mailbox_name()); $OUTPUT->set_env('quota', $IMAP->get_capability('quota')); +$OUTPUT->set_env('delimiter', $IMAP->get_hierarchy_delimiter()); if ($CONFIG['trash_mbox']) $OUTPUT->set_env('trash_mailbox', $CONFIG['trash_mbox']); |