diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-04 12:10:34 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-04 12:10:34 +0000 |
| commit | 9a583b03aa7f8ad556af285a82a7d5a86cabbd5a (patch) | |
| tree | c78a394cc3dbe15176701ed81dbc1940887616a9 /roundcubemail/config | |
| parent | eca6d58b152ca833017703b335fe1574d3aa279e (diff) | |
Several bugfixes; see CHANGELOG for details
git-svn-id: https://svn.roundcube.net/trunk@292 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index f679d1014..2f79bd8e8 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -137,7 +137,8 @@ $rcmail_config['sent_mbox'] = 'Sent'; // leave blank if they should be deleted directly $rcmail_config['trash_mbox'] = 'Trash'; -// display these folders separately in the mailbox list +// 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 |
