From 95ebcd91f2de6fcce31dc5d3082467185e46508d Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 12 Nov 2011 03:18:03 -0500 Subject: [PATCH] - Fix description of create_default_folders (#1488183) --- config/main.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index fe58350..1c3677f 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -418,7 +418,7 @@ // NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP) $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash'); -// automatically create the above listed default folders on login +// automatically create the above listed default folders on first login $rcmail_config['create_default_folders'] = false; // protect the default folders from renames, deletes, and subscription changes -- Gitblit v1.9.1