From eb1eaa5eb55752522194fa1c4ef7e2993d285784 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 25 Jan 2026 11:20:13 +0800 Subject: [PATCH] mailcap: HTML: display links as footnotes --- .mailcap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mailcap b/.mailcap index 5e40229..319319a 100644 --- a/.mailcap +++ b/.mailcap @@ -1,7 +1,7 @@ # mailcap - MIME configuration file -text/html; lynx -dump -assume_charset=utf-8 -display_charset=utf-8 -force_html '%s'; copiousoutput -text/html; w3m -T text/html -dump '%s'; copiousoutput +text/html; w3m -T text/html '%s' +text/html; w3m -T text/html -dump -o display_link_number=1 '%s'; copiousoutput text/*; cat; copiousoutput; edit=$VISUAL %s message/rfc822; cat; copiousoutput; edit=$VISUAL %s