projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd712b4
)
Make sending_charset an advanced pref
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 4 Nov 2010 20:27:27 +0000
(14:27 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 5 Nov 2010 16:19:10 +0000
(10:19 -0600)
imp/config/prefs.php.dist
patch
|
blob
|
history
diff --git
a/imp/config/prefs.php.dist
b/imp/config/prefs.php.dist
index
5efd168
..
d2197ad
100644
(file)
--- 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:")