summaryrefslogtreecommitdiff
path: root/.config/neomutt/mailcap
blob: 139f22034206243b45b0b98fe90e9722685dc8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# HTML
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput
text/html; /usr/bin/w3m -I %{charset} -T text/html; copiousoutput;
text/plain; nvim %s

#Images
image/png; /usr/bin/feh %s
image/jpeg; /usr/bin/feh %s

#PDFs
application/pdf; /usr/bin/zathura %s &
application/pdf; /usr/bin/evince %s &