From cfc58e6b3a9afe68ae2b28c212ce1b0eae76647f Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 31 Oct 2023 21:40:11 +0000 Subject: [PATCH] mutt: open html mail in temp-basedir qutebrowser --- mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt/mailcap b/mutt/mailcap index e7ddad0..e64064d 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,4 +1,4 @@ -text/html; $XDG_CONFIG_HOME/mutt/mutt_bgrun qutebrowser %s; test=test -n "$DISPLAY"; nametemplate=%s.html +text/html; $XDG_CONFIG_HOME/mutt/mutt_bgrun qutebrowser --temp-basedir %s; test=test -n "$DISPLAY"; nametemplate=%s.html text/html; w3m -I %{charset} -dump %s -T text/html -cols "$COLUMNS" -o display_link_number=1; copiousoutput; nametemplate=%s.html text/calendar; $XDG_CONFIG_HOME/mutt/ical2txt; copiousoutput # generate html from dmarc report, testing against *rmz.io* because all other tests were too difficult -- 2.48.1