diff options
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
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'; |