Skip to content
Snippets Groups Projects
Commit 68b20a6a authored by Jared Hancock's avatar Jared Hancock
Browse files

Mail_mime: Use head_charset for attachment filenames

parent 9f6554fa
Branches
Tags 0.1.10
No related merge requests found
......@@ -679,6 +679,9 @@ class Mail_mime
if (!empty($value['headers_charset'])) {
$params['headers_charset'] = $value['headers_charset'];
}
elseif (isset($this->build_params['head_charset'])) {
$params['headers_charset'] = $this->build_params['head_charset'];
}
if (!empty($value['language'])) {
$params['language'] = $value['language'];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment