From 3e82fd526193f9d88e9358341ea81fc84d810271 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 2 Aug 2022 14:22:43 +0300 Subject: [PATCH] Autoview .gif --- lynx/.mailcap | 1 + mutt/.mime.types | 1 + 2 files changed, 2 insertions(+) diff --git a/lynx/.mailcap b/lynx/.mailcap index 3ca3d72..7e4cdc5 100644 --- a/lynx/.mailcap +++ b/lynx/.mailcap @@ -2,6 +2,7 @@ application/epub+zip; zat '%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 application/x-perl; pod2text --color '%s' | less; needsterminal +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" diff --git a/mutt/.mime.types b/mutt/.mime.types index 89ac94f..83e67b6 100644 --- a/mutt/.mime.types +++ b/mutt/.mime.types @@ -4,6 +4,7 @@ application/metalink4+xml meta4 application/pdf pdf application/x-perl pod application/zstd zst +image/gif gif image/jpeg jpeg jpg image/jxl jxl image/png png -- 2.44.0