From 86efd963ef3a8281f7c4a7c8e4e7310afdea43b4 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 27 Jan 2025 16:40:53 +0800 Subject: Update --- mutt/mailcap | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'mutt/mailcap') diff --git a/mutt/mailcap b/mutt/mailcap index 1a44cfa..06bd67f 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -4,9 +4,10 @@ text/html; w3m -I %{charset} -T text/html; 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' +application/zip; unzip -p '%s' | less -N; +application/gzip; gunzip -c '%s' | less -N; +application/image/png; feh '%s'; +image/png; feh '%s'; +image/jpg; feh '%s'; +image/jpeg; feh '%s'; +image/gif; feh '%s'; -- cgit v1.2.3-70-g09d2