[mutt] Add view_attachment.sh script and update mailcap to open jpgs and gifs
This commit is contained in:
parent
ef5cf37206
commit
42c49be78b
2 changed files with 131 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue