aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-29 21:30:20 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-29 21:30:20 +0100
commit397c90132f908ecf5ee1054dbd27c0102723aaf1 (patch)
tree568ea00c6db566c6f024af6ddf05b188ed1864f1
parent8d0ca9d6a12863e25490d2c525e0796cc087d7d7 (diff)
Improved mailcap for opening images from mutt
-rw-r--r--mutt/mailcap10
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