Fix header charset decoding when opening a draft message

pull/40/head
Thomas Bruederli 12 years ago
parent 821d3c4962
commit 407ead5e75

@ -426,6 +426,8 @@ foreach ($parts as $header) {
$fvalue = $MESSAGE->get_header('reply-to');
else if ($header=='followupto' && !empty($MESSAGE->headers->others['mail-followup-to']))
$fvalue = $MESSAGE->get_header('mail-followup-to');
$decode_header = false; // $MESSAGE->get_header() returns already decoded header values
}
// split recipients and put them back together in a unique way

Loading…
Cancel
Save