From b9f09724f241e02e3ca6e2de0d37fec491d38907 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 16 Jun 2022 21:00:56 -0400 Subject: Use lynx instead of w3m for html --- .config/mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/mutt') diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap index 21cd88b..bc553e0 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap @@ -1,4 +1,4 @@ text/plain; $EDITOR ; -text/html; w3m %s ; +text/html; /usr/bin/lynx -dump -force_html %s ; nametemplate=%s.html; copiousoutput; image/*; feh %s; application/pdf; zathura %s; -- cgit v1.2.3