diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-10 16:48:59 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-10 16:48:59 +0200 |
commit | 879128fd31707bbdbf1184a545e28015ffe43fc6 (patch) | |
tree | 282df4eff115f358aa36104a8b83f6951a5ac267 /.config/mutt | |
parent | update (diff) | |
download | dotfiles-bsd-879128fd31707bbdbf1184a545e28015ffe43fc6.tar.gz dotfiles-bsd-879128fd31707bbdbf1184a545e28015ffe43fc6.tar.bz2 dotfiles-bsd-879128fd31707bbdbf1184a545e28015ffe43fc6.tar.xz dotfiles-bsd-879128fd31707bbdbf1184a545e28015ffe43fc6.tar.zst dotfiles-bsd-879128fd31707bbdbf1184a545e28015ffe43fc6.zip |
fix
Diffstat (limited to '.config/mutt')
-rw-r--r-- | .config/mutt/mailcap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap index d290647..c66ec5e 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap @@ -1,6 +1,6 @@ text/plain; $EDITOR %s ; -text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; -image/*; nsxiv -abif %s ; +text/html; w3m -I %{charset} -T text/html; copiousoutput; +image/*; nsxiv -abf %s ; video/*; mpv --quiet %s &; copiousoutput audio/*; mpv %s ; application/pdf; zathura %s ; |