From f5a411fed4e3bc3a7f4f1fb0f38d37b56798f242 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 29 Mar 2019 18:25:30 +0100 Subject: [PATCH] switch from qutebrowser to firefox --- .mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mutt/mailcap b/.mutt/mailcap index b53b148..a98f68f 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,4 +1,4 @@ -text/html; qutebrowser %s && sleep 1; nametemplate=%s.html +text/html; firefox %s && sleep 1; nametemplate=%s.html text/html; w3m -I %{charset} -T text/html; copiousoutput application/pdf; evince %s >/dev/null 2>&1; image/*; qiv %s >/dev/null 2>&1;