Skip to content

Commit

Permalink
On Mac prefer open for images
Browse files Browse the repository at this point in the history
  • Loading branch information
dmedvinsky committed Nov 8, 2012
1 parent 972309e commit 809b156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mutt/mailcap
@@ -1,9 +1,9 @@
image/jpeg; ~/.config/mutt/view_attachment.sh "feh -F" %s; test=sh -c 'test $DISPLAY'
image/png; ~/.config/mutt/view_attachment.sh "feh -F" %s; test=sh -c 'test $DISPLAY'
image/gif; ~/.config/mutt/view_attachment.sh "feh -F" %s; test=sh -c 'test $DISPLAY'
image/jpeg; ~/.config/mutt/view_attachment.sh open %s; test=sh -c 'which open' image/jpeg; ~/.config/mutt/view_attachment.sh open %s; test=sh -c 'which open'
image/png; ~/.config/mutt/view_attachment.sh open %s; test=sh -c 'which open' image/png; ~/.config/mutt/view_attachment.sh open %s; test=sh -c 'which open'
image/gif; ~/.config/mutt/view_attachment.sh open %s; test=sh -c 'which open' image/gif; ~/.config/mutt/view_attachment.sh open %s; test=sh -c 'which open'
image/jpeg; ~/.config/mutt/view_attachment.sh feh %s; test=sh -c 'test $DISPLAY'
image/png; ~/.config/mutt/view_attachment.sh feh %s; test=sh -c 'test $DISPLAY'
image/gif; ~/.config/mutt/view_attachment.sh feh %s; test=sh -c 'test $DISPLAY'


text/html; ~/.config/mutt/view_attachment.sh firefox %s; test=sh -c 'test $DISPLAY' text/html; ~/.config/mutt/view_attachment.sh firefox %s; test=sh -c 'test $DISPLAY'
text/html; elinks -dump %s; nametemplate=%s.html; copiousoutput text/html; elinks -dump %s; nametemplate=%s.html; copiousoutput

0 comments on commit 809b156

Please sign in to comment.