From: Sergey Matveev Date: Mon, 23 Aug 2021 08:06:26 +0000 (+0300) Subject: Revert "Some stupid Apple software uses incorrect MIME" X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=4cf03c348b7f1982c892834b04cfe3cf7ab2895c 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. --- 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"