From 149f8a00cc51c87fef3afe2fbb51822a3582c583 Mon Sep 17 00:00:00 2001
From: David Carter <dpc22@cam.ac.uk>
Date: Wed, 29 May 2013 04:31:42 -0400
Subject: [PATCH] Change show_actual_foldernames to be show_real_foldernames.

---
 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 1687026..281cf4b 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -470,7 +470,7 @@
 $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;

--
Gitblit v1.9.1