Fixed html with w3m
This commit is contained in:
parent
85910290fa
commit
d073adf4b8
@ -122,7 +122,7 @@ initialize_directory()
|
|||||||
echo "text/html; $browserPath %s; nametemplate=%s.html; needsterminal" > "$muttHome/mailcap"
|
echo "text/html; $browserPath %s; nametemplate=%s.html; needsterminal" > "$muttHome/mailcap"
|
||||||
;;
|
;;
|
||||||
"lynx|w3m")
|
"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"
|
echo "text/html; $browserPath %s; nametemplate=%s.html; needsterminal" > "$muttHome/mailcap"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user