From 3ba8bb51cce60f5c1c852fde1200cec3d586971a Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 24 Apr 2018 14:07:42 -0700 Subject: [PATCH] [mutt] Add pngs to mailcap --- mutt/mailcap | 1 + 1 file changed, 1 insertion(+) diff --git a/mutt/mailcap b/mutt/mailcap index b89d52d..9abf866 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -3,3 +3,4 @@ image/jpeg; ~/.mutt/view_attachment.sh %s jpg image/jpg; ~/.mutt/view_attachment.sh %s jpg image/pjepg; ~/.mutt/view_attachment.sh %s jpg image/gif; ~/.mutt/view_attachment.sh %s gif +image/png; ~/.mutt/view_attachment.sh %s png