From c8c1e0ef3b229a82e74c70aeacc29f2ba021afbe Mon Sep 17 00:00:00 2001 From: svncommit Date: Tue, 27 Jun 2006 21:56:44 +0000 Subject: Renameable folders, mail-checking changes, other fixes (richs) --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index dda852c48..806ec1a07 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -132,6 +132,9 @@ $rcmail_config['trash_mbox'] = 'Trash'; // display these folders separately in the mailbox list $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; + // Set TRUE if deleted messages should not be displayed // This will make the application run slower $rcmail_config['skip_deleted'] = FALSE; -- cgit v1.2.3