From 52deb18d9646116114f9649c87ffc4f0bc378db1 Mon Sep 17 00:00:00 2001 From: David Carter <dpc22@cam.ac.uk> Date: Wed, 29 May 2013 02:51:44 -0400 Subject: [PATCH] Add show_actual_foldernames preference and configuration option. --- config/main.inc.php.dist | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 4a73ff1..1687026 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -469,6 +469,9 @@ // NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP) $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; + // automatically create the above listed default folders on first login $rcmail_config['create_default_folders'] = false; -- Gitblit v1.9.1