summaryrefslogtreecommitdiff
path: root/.config/mutt/mailcap
blob: 6adcf0db6b79536dfd5f197ed63cdf37cce5c94c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
text/html; qutebrowser %s ; needsterminal; nametemplate=%s.html
text/html; w3m -I %{charset} -T text/html; copiousoutput;
#text/html; mv %s %s.html && qutebrowser %s.html > /dev/null; needsterminal;
text/html; openfile %s ;
text/plain; $EDITOR %s ;
image/*; muttimage %s ; copiousoutput
video/*; setsid mpv --quiet %s &; copiousoutput
application/pdf; mv %s %s.pdf && zathura %s.pdf > /dev/null; needsterminal;
application/pdf; openfile %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; xdg-open %s
application/*; xdg-open %s