commit f8c29fc3afefdfd75f064d6a3ef449d6514549ab
parent 4dee22da49c8684b598cd52e90c53237821238b4
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sun, 3 Dec 2023 13:36:50 +0100
mailcap: html display
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mailcap b/mailcap
@@ -1,6 +1,6 @@
# Mailcap: mainly used for viewing attachments in (Neo)Mutt
# So that HTML can render automatically in email
-text/html; w3m -config /Users/alex/.config/w3m/config -T text/html %s; copiousoutput
+text/html; w3m -v -F -o display_link_number=1 -I %{charset} -config /Users/alex/.config/w3m/config -T text/html %s; copiousoutput
# Need a pager that doesn't quit automatically for plaintext
text/plain; LESS="-Ric" less