diff options
Diffstat (limited to '')
-rw-r--r-- | mutt2022/mailcap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mutt2022/mailcap b/mutt2022/mailcap index fa01661..9f40b57 100644 --- a/mutt2022/mailcap +++ b/mutt2022/mailcap @@ -4,9 +4,9 @@ # 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 gpicview -image/png; ~/.mutt/view_attachment.sh %s png gpicview -image/gif; ~/.mutt/view_attachment.sh %s gif gpicview +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 # # patches text/x-patch; vimdiff '%s'; needsterminal |