diff options
author | joe <rbo@gmx.us> | 2025-09-29 12:44:44 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-29 12:44:44 +0200 |
commit | 51c3185556dfc196a9d68bf3159b3c48a075f006 (patch) | |
tree | dd272bdc53d95e1b25b789786983bde962a9ba96 /.config/mutt/mailcap | |
parent | up (diff) | |
download | dotfiles-bsd-51c3185556dfc196a9d68bf3159b3c48a075f006.tar.gz dotfiles-bsd-51c3185556dfc196a9d68bf3159b3c48a075f006.tar.bz2 dotfiles-bsd-51c3185556dfc196a9d68bf3159b3c48a075f006.tar.xz dotfiles-bsd-51c3185556dfc196a9d68bf3159b3c48a075f006.tar.zst dotfiles-bsd-51c3185556dfc196a9d68bf3159b3c48a075f006.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 750cbc1..d3fa6f3 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap @@ -1,7 +1,7 @@ text/plain; $EDITOR %s ; text/html; w3m -o display_link_number=1 -I %{charset} -T text/html; copiousoutput; text/calendar; vcal -all %s; copiousoutput; -image/*; nsxiv -abf %s ; +image/*; nsxiv -ab %s ; video/*; mpv --quiet %s &; copiousoutput; audio/*; mpv %s ; application/pdf; zathura %s ; |