diff options
author | joe <rbo@gmx.us> | 2025-10-01 15:08:31 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 15:08:31 +0200 |
commit | 78497caf86bf58f9c9d53c0581cf15c96baba759 (patch) | |
tree | 1e2ea9774bd9a29398c92292eefca2fcf420d4e7 /.config/mutt/mailcap | |
parent | up (diff) | |
download | dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.gz dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.bz2 dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.xz dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.zst dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.zip |
up
Diffstat (limited to '.config/mutt/mailcap')
-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 d3fa6f3..8819812 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap @@ -1,4 +1,4 @@ -text/plain; $EDITOR %s ; +text/plain; $PAGER %s ; text/html; w3m -o display_link_number=1 -I %{charset} -T text/html; copiousoutput; text/calendar; vcal -all %s; copiousoutput; image/*; nsxiv -ab %s ; |