Fix neomutt mailcap for HTML rendering
This commit is contained in:
parent
862cd4486e
commit
a343121a34
|
@ -1,4 +1,4 @@
|
||||||
text/html; w3m -I %{charset -T text/html %s; copiousoutput;
|
text/html; w3m -I %{charset} -T text/html %s; copiousoutput;
|
||||||
text/* ; nvim %s ; edit=nvim %s ; compose=nvim %s ; needsterminal
|
text/* ; nvim %s ; edit=nvim %s ; compose=nvim %s ; needsterminal
|
||||||
image/*; imv %s ; copiousoutput
|
image/*; imv %s ; copiousoutput
|
||||||
application/pdf; zathura %s ;
|
application/pdf; zathura %s ;
|
||||||
|
|
Loading…
Reference in New Issue