From 1966c53255495890dd7f25c31bac73d97ecc3291 Mon Sep 17 00:00:00 2001 From: svncommit Date: Mon, 19 Jun 2006 19:04:51 +0000 Subject: Added Drafts support (Feature #1326839) (richs) --- config/main.inc.php.dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config/main.inc.php.dist') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 1224215ec..9c72bbe86 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -117,6 +117,10 @@ $rcmail_config['product_name'] = 'RoundCube Webmail'; // only list folders within this path $rcmail_config['imap_root'] = ''; +// store draft message is this mailbox +// leave blank if draft messages should not be stored +$rcmail_config['drafts_mbox'] = 'Drafts'; + // store sent message is this mailbox // leave blank if sent messages should not be stored $rcmail_config['sent_mbox'] = 'Sent'; @@ -202,4 +206,4 @@ $rcmail_config['javascript_config'] = array('read_when_deleted', 'flag_for_delet // end of config file -?> \ No newline at end of file +?> -- cgit v1.2.3