diff --git a/.mutt/mailcap b/.mutt/mailcap index 20434bb..c5d9f6c 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,3 +1,4 @@ -text/html; chromium %s >/dev/null 2>&1 && sleep 2; +text/html; qutebrowser %s; nametemplate=%s.html text/html; w3m -I %{charset} -T text/html; copiousoutput -application/pdf; mupdf %s >/dev/null 2>&1; +application/pdf; evince %s >/dev/null 2>&1; +image/*; qiv %s >/dev/null 2>&1;