From e1ad526eb6f68cb2563176789ff6fa5fc1ccc97d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 14 Sep 2021 11:05:22 +0300 Subject: [PATCH] Mistakenly .djvu is opened with sxiv --- lynx/.mailcap | 1 + 1 file changed, 1 insertion(+) diff --git a/lynx/.mailcap b/lynx/.mailcap index 45bfad1..9b1aa7d 100644 --- a/lynx/.mailcap +++ b/lynx/.mailcap @@ -1,6 +1,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 +image/x-djvu; zat '%s'; test=test -n "$DISPLAY" image/*; sxiv '%s'; test=test -n "$DISPLAY" text/html; lynx -noreferer -partial -assume_charset=%{charset} -dump %s; copiousoutput; nametemplate=%s.html text/info; info '%s'; needsterminal -- 2.44.0