dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/neomutt/mailcap

12 lines
563 B
Plaintext

text/plain; less -R %s
# text/html; lynx -dump -width ${COLUMNS:-80} %s ; copiousoutput
text/html; elinks -no-connect -dump -dump-charset UTF-8 -dump-width 140 -default-mime-type text/html %s; needsterminal; copiousoutput;
text/x-diff; colordiff; copiousoutput
text/x-patch; colordiff; copiousoutput
image/*; openfile %s ;
video/*; setsid mpv --quiet--keep-open -
audio/*; mpv %s ;
application/pdf; zathura --fork - && sleep 1; test=test -n "$DISPLAY"
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;