summaryrefslogtreecommitdiff
path: root/.config/mutt/mailcap
blob: d4e8f630f4a3dc3412130aa9a1872adec1e8ed97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vim: filetype=mailcap

# Images
image/jpg; ~/.config/mutt/view_attachment.sh %s jpg
image/jpeg; ~/.config/mutt/view_attachment.sh %s jpg
image/pjpeg; ~/.config/mutt/view_attachment.sh %s jp
image/png; ~/.config/mutt/view_attachment.sh %s png
image/gif; ~/.config/mutt/view_attachment.sh %s gif

# PDFs
application/pdf; ~/.config/mutt/view_attachment.sh %s pdf

# Explicitly render in browser with "v" (view attachment):
text/html; CHARSET=%{charset} ~/.config/mutt/view_attachment.sh %s html; needsterminal;
text/html; w3m -I %{charset} -T text/html; copiousoutput;
text/plain; ~/.config/mutt/view_mail.sh %s %{charset}; needsterminal

# Unidentified files
application/octet-stream; ~/.config/mutt/view_attachment.sh %s "-"