From b4b081713ee88c9a7b2515d18c36bedf966641ce Mon Sep 17 00:00:00 2001 From: svncommit Date: Mon, 3 Jul 2006 20:14:26 +0000 Subject: Workaround for drag-drop using whitespace in FF, Junk emptying, misc fixes --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 806ec1a07..ce05d80a0 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -121,6 +121,9 @@ $rcmail_config['imap_root'] = ''; // leave blank if draft messages should not be stored $rcmail_config['drafts_mbox'] = 'Drafts'; +// store spam messages in this mailbox +$rcmail_config['junk_mbox'] = 'Junk'; + // store sent message is this mailbox // leave blank if sent messages should not be stored $rcmail_config['sent_mbox'] = 'Sent'; -- cgit v1.2.3