From 1966c53255495890dd7f25c31bac73d97ecc3291 Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Mon, 19 Jun 2006 15:04:51 -0400 Subject: [PATCH] Added Drafts support (Feature #1326839) (richs) --- program/steps/mail/func.inc | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 1be690a..8eff11c 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -64,6 +64,9 @@ if ($CONFIG['trash_mbox']) $OUTPUT->add_script(sprintf("%s.set_env('trash_mailbox', '%s');", $JS_OBJECT_NAME, $CONFIG['trash_mbox'])); +if ($CONFIG['drafts_mbox']) + $OUTPUT->add_script(sprintf("%s.set_env('drafts_mailbox', '%s');", $JS_OBJECT_NAME, $CONFIG['drafts_mbox'])); + // return the mailboxlist in HTML @@ -1484,4 +1487,4 @@ } -?> \ No newline at end of file +?> -- Gitblit v1.9.1