Mercurial > dotfiles
view mutt/mailcap @ 487:5bbc05a69f4c
Improvements to installation script.
- Support for local scripts and configurations.
- Support for local vim bundle.
- Better error reporting.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 24 Sep 2020 23:14:46 -0700 |
parents | 1a8e250fdf9d |
children |
line wrap: on
line source
# 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 "-"