Fix neomutt mailcap for HTML rendering

This commit is contained in:
coolneng 2020-11-19 16:10:31 +01:00
parent 862cd4486e
commit a343121a34
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -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
image/*; imv %s ; copiousoutput
application/pdf; zathura %s ;