From: Sergey Matveev Date: Tue, 14 Sep 2021 08:05:22 +0000 (+0300) Subject: Mistakenly .djvu is opened with sxiv X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=e1ad526eb6f68cb2563176789ff6fa5fc1ccc97d Mistakenly .djvu is opened with sxiv --- 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