From d073adf4b885ea00cc62ab15cd67eba650848b9e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 20 Aug 2018 17:59:30 -0400 Subject: [PATCH] Fixed html with w3m --- fleacollar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleacollar.sh b/fleacollar.sh index 250febf..3919c18 100755 --- a/fleacollar.sh +++ b/fleacollar.sh @@ -122,7 +122,7 @@ initialize_directory() echo "text/html; $browserPath %s; nametemplate=%s.html; needsterminal" > "$muttHome/mailcap" ;; "lynx|w3m") - echo "text/html; $browserPath -I %{charset} -T text/html %s; nametemplate=%s.html; needsterminal" > "$muttHome/mailcap" + echo "text/html; $browserPath -I %{charset} -T text/html %s; nametemplate=%s.html; copiousoutput" > "$muttHome/mailcap" ;; *) echo "text/html; $browserPath %s; nametemplate=%s.html; needsterminal" > "$muttHome/mailcap"