diff options
author | thomascube <thomas@roundcube.net> | 2008-02-18 22:54:05 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-18 22:54:05 +0000 |
commit | 83ce4bb0bced80e78592557702da2a3f936bacba (patch) | |
tree | cfdfe341815b1e9fd45fca369e3cf658609a9ce6 /config/main.inc.php.dist | |
parent | e5091219f10549f1aee4baac6646e763b9f66809 (diff) |
Correct/clarify installation hints
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 37f15f3d4..b0685580c 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -5,7 +5,7 @@ | Main configuration file | | | | This file is part of the RoundCube Webmail client | - | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | + | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ @@ -154,7 +154,7 @@ $rcmail_config['sent_mbox'] = 'Sent'; $rcmail_config['trash_mbox'] = 'Trash'; // display these folders separately in the mailbox list. -// these folders will automatically be created if they do not exist +// these folders will also be displayed with localized names $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash'); // automatically create the above listed default folders on login |