From 89caa8c0f31d79080311f00ec00f3f5bca10bf08 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 4 Nov 2010 14:27:27 -0600 Subject: [PATCH] Make sending_charset an advanced pref --- imp/config/prefs.php.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 5efd168f4..d2197ad91 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -525,6 +525,7 @@ $_prefs['compose_cursor'] = array( // Select widget for the possible charsets $_prefs['sending_charset'] = array( 'value' => '', + 'advanced' => true, 'type' => 'enum', 'enum' => array_merge(array('' => _("Default")), $GLOBALS['registry']->nlsconfig['encodings']), 'desc' => _("Your default charset for sending messages:") -- 2.11.0