mutt configs

This commit is contained in:
Paul Walko
2017-06-19 00:49:00 -04:00
parent 5f9c8813be
commit 6e4f911243
18 changed files with 635 additions and 5 deletions

18
mutt/mailcap Normal file
View File

@@ -0,0 +1,18 @@
# MS Word documents
application/msword; ~/.mutt/view_attachment.sh %s "-" '/usr/bin/libreoffice'
# 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 "-"