From 382b09b3f55febb323d0f1fe5b1d7250b0b8a4f7 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 5 Sep 2021 17:24:15 +0300 Subject: [PATCH] .epub handler --- lynx/.mailcap | 1 + mutt/.mime.types | 1 + 2 files changed, 2 insertions(+) diff --git a/lynx/.mailcap b/lynx/.mailcap index a5e9784..77e78fc 100644 --- a/lynx/.mailcap +++ b/lynx/.mailcap @@ -1,3 +1,4 @@ +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/gif; sxiv '%s'; test=test -n "$DISPLAY" diff --git a/mutt/.mime.types b/mutt/.mime.types index 71080a3..498e54b 100644 --- a/mutt/.mime.types +++ b/mutt/.mime.types @@ -1,3 +1,4 @@ +application/epub+zip epub application/gzip gz application/pdf pdf application/zstd zst -- 2.44.0