Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: kohenro19 on July 06, 2011, 10:14:42 PM

Title: Would you let me know how mail in INBOX|Trash|Sent|Junk can be visible ?
Post by: kohenro19 on July 06, 2011, 10:14:42 PM
Dear Sir/Madam

Nice to meet you.

I have one question.

Would you let me know how mail in INBOX|Trash|Sent|Junk can be visible ?

I would like to make INBOX|Trash|Sent|Junk under ~/Maildir and save mails in them.

I configured as follow to make that

・/etc/dovecot.conf
mail_location = maildir:~/Maildir

・/main.inc.php
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');

// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = true;

Sincerely