From c3c6a9f5ce0283afcd9a84d889901b06c14b84c7 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 9 Aug 2021 17:25:15 +0300 Subject: [PATCH] Some stupid Apple software uses incorrect MIME --- lynx/.mailcap | 1 + 1 file changed, 1 insertion(+) 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" -- 2.44.0