From 4cf03c348b7f1982c892834b04cfe3cf7ab2895c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 23 Aug 2021 11:06:26 +0300 Subject: [PATCH] Revert "Some stupid Apple software uses incorrect MIME" This reverts commit c3c6a9f5ce0283afcd9a84d889901b06c14b84c7. Apple devices constantly uses incorrect MIME types. Do not try to deal with that shit. --- lynx/.mailcap | 1 - 1 file changed, 1 deletion(-) diff --git a/lynx/.mailcap b/lynx/.mailcap index e5d5baf..f90c660 100644 --- a/lynx/.mailcap +++ b/lynx/.mailcap @@ -1,7 +1,6 @@ application/pdf; zat '%s'; test=test -n "$DISPLAY" application/vnd.gnupg.wks; gpg-wks-client -v --read --send; needsterminal; description=WKS message 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