From 5fdab8db4fa99ec8ce75f5aa4caccedab478262a Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 16 Dec 2022 21:25:37 +0100 Subject: [PATCH] neomutt: fix html email --- mail/.config/neomutt/mailcap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/.config/neomutt/mailcap b/mail/.config/neomutt/mailcap index fe2ac69..c58e8ab 100644 --- a/mail/.config/neomutt/mailcap +++ b/mail/.config/neomutt/mailcap @@ -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 ;