diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-15 17:17:37 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-15 17:17:37 +0100 |
commit | cb28ed353e88a40e893bf9346df2dfed9415c74f (patch) | |
tree | 2972f14bbc1f25a530a3c095cd8411a38792f709 /mutt2022/mailcap | |
parent | f407fa050ca1d788d359da87db33a81074690529 (diff) |
added feh for jpg
Diffstat (limited to 'mutt2022/mailcap')
-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 |