diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2023-08-06 19:23:58 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2023-08-06 19:23:58 +0000 |
commit | 5e4938da5428f12971a160e835c1929b06e9f7c9 (patch) | |
tree | 6bf9455ba58ab3efc0afb77c988901e5c0fd7ac5 | |
parent | b7db85b9c33da9f18485c18775628951152137f6 (diff) | |
download | dotfiles-5e4938da5428f12971a160e835c1929b06e9f7c9.tar dotfiles-5e4938da5428f12971a160e835c1929b06e9f7c9.tar.gz dotfiles-5e4938da5428f12971a160e835c1929b06e9f7c9.tar.bz2 dotfiles-5e4938da5428f12971a160e835c1929b06e9f7c9.tar.lz dotfiles-5e4938da5428f12971a160e835c1929b06e9f7c9.tar.xz dotfiles-5e4938da5428f12971a160e835c1929b06e9f7c9.tar.zst dotfiles-5e4938da5428f12971a160e835c1929b06e9f7c9.zip |
Show URLs in mutt
-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; |