Roundcube Community Forum

 

Not allowed

Started by rcpalace, September 09, 2007, 01:32:43 PM

Previous topic - Next topic

rcpalace

Hi guys, I think their should be a feature to block users from deleting or modifying the inbox and junk folders. regards.

SKaero

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;

rcpalace