summaryrefslogtreecommitdiff
path: root/.config/mutt/mailcap
blob: 5564f321ea1c33b31bb4936119ba2a90414e9ab0 (plain)
1
2
3
4
5
6
7
8
9
10
text/plain; $EDITOR %s;
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s -width=150; nametemplate=%s.html; copiousoutput;
# text/html; elinks -dump -dump-charset %{charset} -dump-width 150 -force-html; copiousoutput;
# text/html; w3m -I %{charset} -T text/html; copiousoutput;
image/*; nsxiv %s ;
audio/*; mpv %s ;
video/*; setsid -f mpv --really-quiet %s &; copiousoutput;
application/pdf; zathura %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;