]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Revert "Some stupid Apple software uses incorrect MIME"
authorSergey Matveev <stargrave@stargrave.org>
Mon, 23 Aug 2021 08:06:26 +0000 (11:06 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 23 Aug 2021 08:06:26 +0000 (11:06 +0300)
This reverts commit c3c6a9f5ce0283afcd9a84d889901b06c14b84c7.

Apple devices constantly uses incorrect MIME types.
Do not try to deal with that shit.

lynx/.mailcap

index e5d5bafb9f64e5345e393ff2dcb1f1a7c31541ba..f90c6608dbd5aad1fd761a80a6acd2b7390e28b8 100644 (file)
@@ -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"
 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"
 image/jpeg; sxiv '%s'; test=test -n "$DISPLAY"
 image/png; sxiv '%s'; test=test -n "$DISPLAY"
 image/webp; sxiv '%s'; test=test -n "$DISPLAY"