From: Sergey Matveev <stargrave@stargrave.org>
Date: Mon, 9 Aug 2021 14:25:15 +0000 (+0300)
Subject: Some stupid Apple software uses incorrect MIME
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c3c6a9f5ce0283afcd9a84d889901b06c14b84c7;p=dotfiles.git

Some stupid Apple software uses incorrect MIME
---

diff --git a/lynx/.mailcap b/lynx/.mailcap
index d08bffb..c5f7ba0 100644
--- a/lynx/.mailcap
+++ b/lynx/.mailcap
@@ -1,5 +1,6 @@
 application/pdf; zat '%s'; test=test -n "$DISPLAY"
 image/gif; sxiv '%s'; test=test -n "$DISPLAY"
+image/jpg; sxiv '%s'; test=test -n "$DISPLAY"
 image/jpeg; sxiv '%s'; test=test -n "$DISPLAY"
 image/png; sxiv '%s'; test=test -n "$DISPLAY"
 image/webp; sxiv '%s'; test=test -n "$DISPLAY"