mutt/mailcap @ 5e73be7be68c

Screw elinks.
author Steve Losh <steve@stevelosh.com>
date Tue, 21 Jun 2011 14:51:03 -0400
parents 726059940dc3
children 0cb709d1f50c
# ~/.mutt/mailcap
#
# this uses the view_attachment script found in ~/.mutt/view_attachment.sh
#
# this is meant for an OS X system

# MS Excel
# this will use the default xls spreadsheet handler from open
application/x-msexcel; ~/.mutt/view_attachment.sh %s
application/ms-exc; ~/.mutt/view_attachment.sh %s
application/excel; ~/.mutt/view_attachment.sh %s
application/msexcel; ~/.mutt/view_attachment.sh %s
application/vnd.ms-exc; ~/.mutt/view_attachment.sh %s
application/vnd.ms-excel; ~/.mutt/view_attachment.sh %s

# MS Word
# use textedit to open .doc files as it's more light-weight
application/msword; ~/.mutt/view_attachment.sh %s "-" '/Applications/TextEdit.app'

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

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

# HTML
text/html; open 'file://%s'

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