diff options
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 9a568c0..f189bbd 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -2,19 +2,21 @@ # DONT HAVE A SOLUTION YET: application/msword; ~/.mutt/view_attachment.sh %s "-" '/Applications/TextEdit.app' # Images -image/jpg; ~/.mutt/view_attachment.sh %s jpg ristretto -image/jpeg; ~/.mutt/view_attachment.sh %s jpg ristretto +image/jpg; ~/.mutt/view_attachment.sh %s jpg feh +image/jpeg; ~/.mutt/view_attachment.sh %s jpg feh image/pjpeg; ~/.mutt/view_attachment.sh %s jpg gpicview image/png; ~/.mutt/view_attachment.sh %s png gpicview image/gif; ~/.mutt/view_attachment.sh %s gif gpicview # PDFs -application/pdf; ~/.mutt/view_attachment.sh %s pdf evince +application/pdf; ~/.mutt/view_attachment.sh %s pdf zathura # HTML #text/html; ~/.mutt/view_attachment.sh %s html w3m # try different -text/html; w3m %s; nametemplate=%s.html -text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput +# text/html; w3m %s; nametemplate=%s.html +# text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput +text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +#text/html; firefox %s & sleep 3; description=HTML Text; test=test -n "$DISPLAY"; nametemplate=%s.html # Plain Text text/plain; cat; copiousoutput; edit=$VISUAL %s |