diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
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; |