Roundcube Community Forum

Release Support => Requests => Topic started by: rcpalace on September 09, 2007, 01:32:43 PM

Title: Not allowed
Post by: rcpalace on September 09, 2007, 01:32:43 PM
Hi guys, I think their should be a feature to block users from deleting or modifying the inbox and junk folders. regards.
Title: Re: Not allowed
Post by: SKaero on September 09, 2007, 05:18:53 PM
There is a feature to do that go in to config/main.inc.php then find:
// display these folders separately in the mailbox list.
// these folders will automatically be created if they do not exist
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');

// protect the default folders from renames, deletes, and subscription changes
$rcmail_config['protect_default_folders'] = TRUE;
Title: Re: Not allowed
Post by: rcpalace on September 09, 2007, 09:18:17 PM
Alright thanks greatly!