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/steps/settings/save_prefs.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'program/steps/settings/save_prefs.inc') diff --git a/program/steps/settings/save_prefs.inc b/program/steps/settings/save_prefs.inc index 3bb82aa38..b471489a5 100644 --- a/program/steps/settings/save_prefs.inc +++ b/program/steps/settings/save_prefs.inc @@ -119,6 +119,8 @@ switch ($CURR_SECTION) case 'folders': $a_user_prefs = array( + 'show_actual_foldernames' => + isset($_POST['_show_actual_foldernames']) ? TRUE : FALSE, 'drafts_mbox' => get_input_value('_drafts_mbox', RCUBE_INPUT_POST, true), 'sent_mbox' => get_input_value('_sent_mbox', RCUBE_INPUT_POST, true), 'junk_mbox' => get_input_value('_junk_mbox', RCUBE_INPUT_POST, true), -- cgit v1.2.3