Dear all,
There seems to have no information on the following issue in the List. Kindly share your advice.
How do we configure RC to use the default folders in OS X Server 10.6, such as Drafts, Sent, Trash and Junk?
Charles So _______________________________________________ List info: http://lists.roundcube.net/users/
Mail Administrator wrote:
Dear all,
There seems to have no information on the following issue in the List. Kindly share your advice.
How do we configure RC to use the default folders in OS X Server 10.6, such as Drafts, Sent, Trash and Junk?
Charles So
In your config file, something like this,
$rcmail_config['drafts_mbox'] = 'Drafts'; $rcmail_config['junk_mbox'] = 'Junk'; $rcmail_config['sent_mbox'] = 'Sent';
$rcmail_config['trash_mbox'] = 'Trash';
// Mangled to fit within 80 chars $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
// Automatically create the above listed default folders on login. // Might not apply to you. $rcmail_config['create_default_folders'] = TRUE;
// Protect the default folders from renames, deletes, and // subscription changes $rcmail_config['protect_default_folders'] = TRUE; _______________________________________________ List info: http://lists.roundcube.net/users/