diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-11 14:05:50 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-11 14:05:50 +0200 |
commit | be8f7e881bbf6413e04965fe85b2d9b82fd702bd (patch) | |
tree | d99d3a1d5625458ba20c8bc9d9f0582846eda614 /.config/mutt | |
parent | update (diff) | |
download | dotfiles-bsd-be8f7e881bbf6413e04965fe85b2d9b82fd702bd.tar.gz dotfiles-bsd-be8f7e881bbf6413e04965fe85b2d9b82fd702bd.tar.bz2 dotfiles-bsd-be8f7e881bbf6413e04965fe85b2d9b82fd702bd.tar.xz dotfiles-bsd-be8f7e881bbf6413e04965fe85b2d9b82fd702bd.tar.zst dotfiles-bsd-be8f7e881bbf6413e04965fe85b2d9b82fd702bd.zip |
w3m mailcap 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 1670efc..d290647 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 -aibf %s ; +image/*; nsxiv -abif %s ; video/*; mpv --quiet %s &; copiousoutput audio/*; mpv %s ; application/pdf; zathura %s ; |