Mercurial > dotfiles
diff mutt/mailcap @ 359:1a8e250fdf9d
Mutt config changes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 20 Dec 2016 22:01:13 -0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mutt/mailcap Tue Dec 20 22:01:13 2016 -0800 @@ -0,0 +1,20 @@ + +# MS Word documents +application/msword; ~/.mutt/view_attachment.sh %s "-" '/Applications/TextEdit.app' + +# Images +image/jpg; ~/.mutt/view_attachment.sh %s jpg +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 + +# PDFs +application/pdf; ~/.mutt/view_attachment.sh %s pdf + +# HTML +text/html; ~/.mutt/view_attachment.sh %s html + +# Unidentified files +application/octet-stream; ~/.mutt/view_attachment.sh %s "-" +