359
|
1
|
|
2 # MS Word documents
|
|
3 application/msword; ~/.mutt/view_attachment.sh %s "-" '/Applications/TextEdit.app'
|
|
4
|
|
5 # Images
|
|
6 image/jpg; ~/.mutt/view_attachment.sh %s jpg
|
|
7 image/jpeg; ~/.mutt/view_attachment.sh %s jpg
|
|
8 image/pjpeg; ~/.mutt/view_attachment.sh %s jpg
|
|
9 image/png; ~/.mutt/view_attachment.sh %s png
|
|
10 image/gif; ~/.mutt/view_attachment.sh %s gif
|
|
11
|
|
12 # PDFs
|
|
13 application/pdf; ~/.mutt/view_attachment.sh %s pdf
|
|
14
|
|
15 # HTML
|
|
16 text/html; ~/.mutt/view_attachment.sh %s html
|
|
17
|
|
18 # Unidentified files
|
|
19 application/octet-stream; ~/.mutt/view_attachment.sh %s "-"
|
|
20
|