From 4df2b9df655ac792058611e3d8a27ffdfdc1c846 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Thu, 19 Oct 2023 22:27:21 +0200 Subject: Add sanitization and xdg-open helper script --- .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 6e5fe57..33eefcf 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 -o display_link_number=1 -dump; copiousoutput; +text/html; sanitize | w3m -I %{charset} -T text/html -o display_link_number=1 -dump; copiousoutput; -- cgit v1.2.3