From db86016a6d9533e830b98b967f4479ea25fc45a4 Mon Sep 17 00:00:00 2001 From: lara Date: Sun, 14 Feb 2021 23:39:27 +0100 Subject: [PATCH] [mailcap] Temporarily removed feh action because of weird quoting --- mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailcap b/mailcap index 4c0d0a9..07d5d74 100644 --- a/mailcap +++ b/mailcap @@ -1,3 +1,3 @@ text/html; unshare -n -r w3m -I %{charset} -T text/html; copiousoutput; -image/*; mutt_bgrun /usr/bin/feh --action1 ";dragon -x '\%F'" -. %s; test=test -n "$DISPLAY" +image/*; mutt_bgrun /usr/bin/feh -. %s; test=test -n "$DISPLAY" application/pdf; mutt_bgrun /usr/bin/zathura %s; test=test -n "$DISPLAY"