From 397c90132f908ecf5ee1054dbd27c0102723aaf1 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 29 Oct 2022 21:30:20 +0100 Subject: Improved mailcap for opening images from mutt --- mutt/mailcap | 10 +++++----- 1 file 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 -- cgit v1.2.3