neomutt: fix html email
This commit is contained in:
parent
72cff544c9
commit
5fdab8db4f
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
text/plain; $EDITOR %s ;
|
||||
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
||||
image/*; feh %s ;
|
||||
# text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
||||
text/html; links -html-numbered-links 1 -html-images 1 -dump 'file://%s'; copiousoutput
|
||||
image/*; imv %s ;
|
||||
video/*; setsid mpv --quiet %s &; copiousoutput
|
||||
audio/*; mpv %s ;
|
||||
application/pdf; zathura %s ;
|
||||
|
|
Loading…
Add table
Reference in a new issue