neomutt: fix html email

This commit is contained in:
Grigory Shipunov 2022-12-16 21:25:37 +01:00
parent 72cff544c9
commit 5fdab8db4f
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -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 ;