summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Carter <dpc22@cam.ac.uk>2013-05-29 09:31:42 +0100
committerDavid Carter <dpc22@cam.ac.uk>2013-05-29 09:31:42 +0100
commit149f8a00cc51c87fef3afe2fbb51822a3582c583 (patch)
tree90ea2d4694e06f7290a473bf276a45d4b25923cc /config
parent52deb18d9646116114f9649c87ffc4f0bc378db1 (diff)
Change show_actual_foldernames to be show_real_foldernames.
Change requested by alec@alec.pl.
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
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;