(long story short)
'#default_value' => 'UTF-8',
should be :
'#default_value' => variable_get('mailhandler_default_encoding', 'UTF-8'),
(long story short)
'#default_value' => 'UTF-8',
should be :
'#default_value' => variable_get('mailhandler_default_encoding', 'UTF-8'),
Comments
Comment #1
ilo commentedOh, and I looked for it, but dind't see this issue. It has already been fixed #1038928: Default encoding not being shown in system settings form.