From fef4221a48fdf88b4c67930e502331b2735aa7fc Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 23 Aug 2021 23:52:29 +0300 Subject: [PATCH] .jxl --- lighttpd/mime.conf | 1 + lynx/.mailcap | 1 + mutt/.mime.types | 1 + 3 files changed, 3 insertions(+) diff --git a/lighttpd/mime.conf b/lighttpd/mime.conf index fcbee74..e0d534f 100644 --- a/lighttpd/mime.conf +++ b/lighttpd/mime.conf @@ -158,6 +158,7 @@ mimetype.assign = ( ".jp2" => "image/jp2", ".jpeg" => "image/jpeg", ".jpg" => "image/jpeg", + ".jxl" => "image/jxl", ".mng" => "video/x-mng", ".pbm" => "image/x-portable-bitmap", ".pgm" => "image/x-portable-graymap", diff --git a/lynx/.mailcap b/lynx/.mailcap index f90c660..10062b0 100644 --- a/lynx/.mailcap +++ b/lynx/.mailcap @@ -2,6 +2,7 @@ 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/jpeg; sxiv '%s'; test=test -n "$DISPLAY" +image/jxl; sxiv '%s'; test=test -n "$DISPLAY" image/png; sxiv '%s'; test=test -n "$DISPLAY" image/webp; sxiv '%s'; test=test -n "$DISPLAY" image/x-djvu; zat '%s'; test=test -n "$DISPLAY" diff --git a/mutt/.mime.types b/mutt/.mime.types index 640b9bf..0faee86 100644 --- a/mutt/.mime.types +++ b/mutt/.mime.types @@ -1,6 +1,7 @@ application/gzip gz application/pdf pdf image/jpeg jpeg jpg +image/jxl jxl image/png png image/webp webp image/x-djvu djvu -- 2.44.0