From eb842e0f7067d7b1fb117b8ff0498c3ce527602c Mon Sep 17 00:00:00 2001 From: richs Date: Mon, 19 Jun 2006 19:04:51 +0000 Subject: Added Drafts support (Feature #1326839) (richs) git-svn-id: https://svn.roundcube.net/trunk@261 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 1224215ec..9c72bbe86 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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