From 902c1cf78193dd324177aabd91c780dcb9eca0e2 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 21 Dec 2018 21:51:24 +0100 Subject: [PATCH] add delay to allow browser to open file --- .mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mutt/mailcap b/.mutt/mailcap index c5d9f6c..b53b148 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,4 +1,4 @@ -text/html; qutebrowser %s; nametemplate=%s.html +text/html; qutebrowser %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;