From 22c5bcec5c0229945fb6d5b095b5fd88eabb295b Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 13 Nov 2022 12:53:48 +0800 Subject: Update --- mutt/mailcap | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/mutt/mailcap b/mutt/mailcap index 121267e..23c13e2 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,11 +1,12 @@ -text/html; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; -text/html; w3m -I %{charset} -T text/html; copiousoutput; -text/plain; less -N %s; copiousoutput; -application/json; jq . %s | less -N; copiousoutput; -application/pdf; firefox '%s' -application/zip; unzip -p '%s' | less -N -application/gzip; gunzip -c '%s' | less -N -image/png; feh '%s' -image/jpg; feh '%s' -image/jpeg; feh '%s' -image/gif; feh '%s' +text/html; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; +text/html; w3m -I %{charset} -T text/html; copiousoutput; +text/plain; less -N %s; copiousoutput; +application/json; jq . %s | less -N; copiousoutput; +application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; +application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; +application/zip; unzip -p '%s' | less -N +application/gzip; gunzip -c '%s' | less -N +image/png; feh '%s' +image/jpg; feh '%s' +image/jpeg; feh '%s' +image/gif; feh '%s' -- cgit v1.2.3-70-g09d2