diff options
author | alecpl <alec@alec.pl> | 2011-11-12 08:18:03 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-12 08:18:03 +0000 |
commit | 95ebcd91f2de6fcce31dc5d3082467185e46508d (patch) | |
tree | cede98467f2111089a2bb572ab3cb2d43c48b8b9 | |
parent | 1cb0d640ec1d5bebcaa2627ccdc02111c85982a3 (diff) |
- Fix description of create_default_folders (#1488183)
-rw-r--r-- | 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 fe58350be..1c3677f1b 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -418,7 +418,7 @@ $rcmail_config['trash_mbox'] = 'Trash'; // 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 |