diff options
Diffstat (limited to 'config')
-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 168702611..281cf4bbf 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -470,7 +470,7 @@ $rcmail_config['trash_mbox'] = 'Trash'; $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash'); // Disable localization of the four default folder names listed above -$rcmail_config['show_actual_foldernames'] = false; +$rcmail_config['show_real_foldernames'] = false; // automatically create the above listed default folders on first login $rcmail_config['create_default_folders'] = false; |