From ddd776b2a3a264777233410e4bb311233fd24d3c Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 24 Jun 2008 09:04:57 -0400 Subject: [PATCH] - Allow trash/junk subfolders to be purged (#1485085) --- 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 bb5ece5..7fbda27 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -57,6 +57,7 @@ // 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']); -- Gitblit v1.9.1