(long story short)

'#default_value' => 'UTF-8',

should be :

'#default_value' => variable_get('mailhandler_default_encoding', 'UTF-8'),

Comments

ilo’s picture

Status: Active » Fixed

Oh, 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.