From 5e4938da5428f12971a160e835c1929b06e9f7c9 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sun, 6 Aug 2023 21:23:58 +0200 Subject: Show URLs in mutt --- .config/mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/mutt/mailcap') diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap index 1439e7c..6e5fe57 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap @@ -1,3 +1,3 @@ text/html; $BROWSER %s -text/html; w3m -I %{charset} -T text/html -dump; copiousoutput; +text/html; w3m -I %{charset} -T text/html -o display_link_number=1 -dump; copiousoutput; -- cgit v1.2.3