From 52deb18d9646116114f9649c87ffc4f0bc378db1 Mon Sep 17 00:00:00 2001 From: David Carter Date: Wed, 29 May 2013 07:45:22 +0100 Subject: Add show_actual_foldernames preference and configuration option. When enabled this setting shows actual folder names rather than the localised verions for the four default folders: $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'sent-mail', 'spam', 'Trash'); --- program/localization/en_GB/labels.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'program/localization') diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 275208a98..9052d2d4d 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -37,6 +37,7 @@ $labels['drafts'] = 'Drafts'; $labels['sent'] = 'Sent'; $labels['trash'] = 'Deleted Items'; $labels['junk'] = 'Junk'; +$labels['show_actual_foldernames'] = 'Show actual names for special folders'; // message listing $labels['subject'] = 'Subject'; -- cgit v1.2.3