From 0c62b3ff373baafd6963c84a80c885d5171a49df Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 20 Apr 2020 11:35:24 +0300 Subject: [PATCH] Mutt and Lynx WebP knowledge --- lynx/.mailcap | 3 ++- mutt/.mime.types | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 mutt/.mime.types diff --git a/lynx/.mailcap b/lynx/.mailcap index 8c7d7ca..7f92f91 100644 --- a/lynx/.mailcap +++ b/lynx/.mailcap @@ -1,5 +1,6 @@ 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/gif; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY" +image/webp; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY" diff --git a/mutt/.mime.types b/mutt/.mime.types new file mode 100644 index 0000000..11b6f94 --- /dev/null +++ b/mutt/.mime.types @@ -0,0 +1 @@ +image/webp webp -- 2.44.0