diff options
author | pks <pks@pks.rocks> | 2021-08-16 15:09:21 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-08-16 15:09:21 +0200 |
commit | 3b1d54e747f19bf70c7b6fa28f0a144f1e607cc2 (patch) | |
tree | aeb57b9ea86403654f0ce8401be58588fef45d90 | |
parent | d774743aa51e8dc48724f37ccc71bea23b0f0311 (diff) |
mailcap: mp3
-rw-r--r-- | by_os/Linux/mutt/.mutt/mailcap | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/by_os/Linux/mutt/.mutt/mailcap b/by_os/Linux/mutt/.mutt/mailcap index 3909e8b..beda6aa 100644 --- a/by_os/Linux/mutt/.mutt/mailcap +++ b/by_os/Linux/mutt/.mutt/mailcap @@ -1,12 +1,11 @@ application/octet-stream; zathura %s application/pdf; zathura %s application/x-pdf; zathura %s +audio/mpeg; mpv %s image/gif; feh --auto-rotate -F %s image/jpeg; feh --auto-rotate -F %s image/pjpeg; feh --auto-rotate -F %s image/png; feh --auto-rotate -F %s text/html; browser %s; test=test -n "$DISPLAY"; needsterminal -#text/html; browser -new-tab %s &>/dev/null; test=test -n "$DISPLAY"; copiousoutput -#text/html; browser -new-tab %s &>/dev/null & sleep 3; test=test -n "$DISPLAY"; needsterminal text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput text/plain; less %s |