Author Topic: Not allowed  (Read 6042 times)

Offline rcpalace

  • Jr. Member
  • **
  • Posts: 26
Not allowed
« 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.

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,883
    • SKaero - Custom Roundcube development
Re: Not allowed
« Reply #1 on: September 09, 2007, 05:18:53 PM »
There is a feature to do that go in to config/main.inc.php then find:
Code: [Select]
// 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;

Offline rcpalace

  • Jr. Member
  • **
  • Posts: 26
Re: Not allowed
« Reply #2 on: September 09, 2007, 09:18:17 PM »
Alright thanks greatly!