diff options
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mailcap | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index f4ff4fe..1e0e20e 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -2,11 +2,11 @@ # DONT HAVE A SOLUTION YET: application/msword; ~/.mutt/view_attachment.sh %s "-" '/Applications/TextEdit.app' # Images -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 feh -image/png; ~/.mutt/view_attachment.sh %s png feh -image/gif; ~/.mutt/view_attachment.sh %s gif feh +image/jpg; ~/.mutt/view_attachment.sh %s jpg eog +image/jpeg; ~/.mutt/view_attachment.sh %s jpg eog +image/pjpeg; ~/.mutt/view_attachment.sh %s jpg eog +image/png; ~/.mutt/view_attachment.sh %s png eog +image/gif; ~/.mutt/view_attachment.sh %s gif eog # # patches text/x-patch; vimdiff '%s'; needsterminal |