diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-13 10:56:16 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-13 10:56:16 +0200 |
commit | e48604ca3f555b9c78b4af71ed8102e6161922af (patch) | |
tree | 3b5ff162443e9b7937157901bdbe12bcd41c27dc /.config/mutt | |
parent | ssh (diff) | |
download | dotfiles-bsd-e48604ca3f555b9c78b4af71ed8102e6161922af.tar.gz dotfiles-bsd-e48604ca3f555b9c78b4af71ed8102e6161922af.tar.bz2 dotfiles-bsd-e48604ca3f555b9c78b4af71ed8102e6161922af.tar.xz dotfiles-bsd-e48604ca3f555b9c78b4af71ed8102e6161922af.tar.zst dotfiles-bsd-e48604ca3f555b9c78b4af71ed8102e6161922af.zip |
update
Diffstat (limited to '.config/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 c66ec5e..97a5395 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap @@ -1,5 +1,5 @@ text/plain; $EDITOR %s ; -text/html; w3m -I %{charset} -T text/html; copiousoutput; +text/html; w3m -o display_link_number=1 -I %{charset} -T text/html; copiousoutput; image/*; nsxiv -abf %s ; video/*; mpv --quiet %s &; copiousoutput audio/*; mpv %s ; |