Hi,
how can I prevent users deleting system folder?

I created a folder "Archive" and I would like to avoid accidental delete..
I put this in config.inc.php:

config.inc.php:$config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash', 'Archive');

Thank you