[mutt] Add view_attachment.sh script and update mailcap to open jpgs and gifs

This commit is contained in:
Eryn Wells 2018-04-11 16:31:24 -07:00 committed by Eryn Wells
parent ef5cf37206
commit 42c49be78b
2 changed files with 131 additions and 0 deletions

View file

@ -1 +1,5 @@
text/html; w3m -I %{charset} -T text/html; copiousoutput;
image/jpeg; ~/.mutt/view_attachment.sh %s jpg
image/jpg; ~/.mutt/view_attachment.sh %s jpg
image/pjepg; ~/.mutt/view_attachment.sh %s jpg
image/gif; ~/.mutt/view_attachment.sh %s gif