summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-07-03 20:14:26 +0000
committersvncommit <devs@roundcube.net>2006-07-03 20:14:26 +0000
commitb4b081713ee88c9a7b2515d18c36bedf966641ce (patch)
tree26f751bf24530a6974827f9efc00f80a26fb2cfb /UPGRADING
parent50844277ca2ce9b98f5d732b07ffe7a4627ff72c (diff)
Workaround for drag-drop using whitespace in FF, Junk emptying, misc fixes
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 36736f04f..fd0a857b4 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -120,6 +120,7 @@ form version 0.1-beta
$rcmail_config['db_persistent'] = TRUE;
- add these lines to /config/main.inc.php
$rcmail_config['drafts_mbox'] = 'Drafts';
+ $rcmail_config['junk_mbox'] = 'Junk';
$rcmail_config['product_name'] = 'RoundCube Webmail';
$rcmail_config['read_when_deleted'] = TRUE;
$rcmail_config['enable_spellcheck'] = TRUE;