Make sending_charset an advanced pref
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Nov 2010 20:27:27 +0000 (14:27 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 5 Nov 2010 16:19:10 +0000 (10:19 -0600)
imp/config/prefs.php.dist

index 5efd168..d2197ad 100644 (file)
@@ -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:")