From 149f8a00cc51c87fef3afe2fbb51822a3582c583 Mon Sep 17 00:00:00 2001 From: David Carter Date: Wed, 29 May 2013 09:31:42 +0100 Subject: Change show_actual_foldernames to be show_real_foldernames. Change requested by alec@alec.pl. --- config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/main.inc.php.dist') 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; -- cgit v1.2.3