diff options
author | Vlad <ejiek@users.noreply.github.com> | 2018-05-19 23:59:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 23:59:13 +0300 |
commit | 968a36d4d42d1a5777dc4a3373e41ff986d5d888 (patch) | |
tree | b7cfcaa5f7a6e18da83cf84ddb58e73d8707f1d6 /muttrc | |
parent | 3a572f8ded98d5d39802bb3aed7a8a804a3b5279 (diff) |
show attachment name as UTF8
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ set smtp_authenticators = 'gssapi:login' auto_view text/html auto_view application/pdf alternative_order text/plain text/enriched text/html +set rfc2047_parameters = yes # General remappings bind editor <space> noop |