]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lynx/.mailcap
Simpler image-related mailcap
[dotfiles.git] / lynx / .mailcap
index 7f92f9152c05df14aa0d48a95ee3c0859e265c3f..45bfad145b044ce43d57a44bafbc985d7f105a4c 100644 (file)
@@ -1,6 +1,7 @@
-text/html; /usr/local/bin/lynx -noreferer -partial -assume_charset=%{charset} -dump %s; copiousoutput; nametemplate=%s.html
-application/pdf; /usr/local/bin/zathura '%s'; test=test -n "$DISPLAY"
-image/gif; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY"
-image/jpeg; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY"
-image/png; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY"
-image/webp; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY"
+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/*; 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
+text/plain; less '%s'; needsterminal