summaryrefslogtreecommitdiff
path: root/etc/mailcap
blob: 45b54f3336b96d76b5c1499105d900fa903fd313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#text/html; qutebrowser %s &; test=test -n "$DISPLAY"; needsterminal;

text/html; w3m -I %{charset} -T text/html; copiousoutput;
#text/html; mv %s %s.html && qutebrowser %s.html > /dev/null; needsterminal;
#
application/pdf; mv %s %s.pdf && i3 exec mupdf %s.pdf > /dev/null; needsterminal;

image/*; ~/.config/mutt/etc/muttimage.sh %s ; copiousoutput

#application/pdf; pdftotext '%s' -; copiousoutput; description=PDF Document;
#nametemplate=%s.pdf
#
text/plain; vim %s ;