diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-07-09 11:32:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 11:32:33 +0100 |
commit | 04afd977282e5c169133b6582c3bc462d1ad895a (patch) | |
tree | e053e6725c732bcda0b376094f65e232465a7bda | |
parent | 594504d0aeade8c499af5b6d521f677864c3357c (diff) | |
parent | 5311f38fcd49684a03098ba5078fbb4ecaab3528 (diff) |
Merge pull request #1 from khoi-nguyen/patch-1
[mutt] Right encoding for html emails
-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 |