summaryrefslogtreecommitdiffstats
path: root/.config/mutt/mailcap
blob: 750cbc10da9b6ef450332287b35385b92ae56798 (plain)
1
2
3
4
5
6
7
8
9
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 ;
video/*; mpv --quiet %s &; copiousoutput;
audio/*; mpv %s ;
application/pdf; zathura %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;