diff options
author | khoi-nguyen <khoi@nguyen.me.uk> | 2017-07-09 10:05:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 10:05:43 +0200 |
commit | 5311f38fcd49684a03098ba5078fbb4ecaab3528 (patch) | |
tree | e053e6725c732bcda0b376094f65e232465a7bda /mutt | |
parent | 594504d0aeade8c499af5b6d521f677864c3357c (diff) |
[mutt] Right encoding for html emails
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/.mutt/mailcap b/mutt/.mutt/mailcap index 2dbe365..181c7de 100644 --- a/mutt/.mutt/mailcap +++ b/mutt/.mutt/mailcap @@ -1,6 +1,6 @@ # text/html; mv %s %s.html && firefox %s.html >/dev/null 2>/dev/null; needsterminal; text/html; mv %s %s.html && qutebrowser %s.html >/dev/null 2>/dev/null; needsterminal; -text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput +text/html; w3m -I %{charset} -dump %s; nametemplate=%s.html; copiousoutput text/plain; more %s; image/*; feh %s application/pdf; zathura %s |