X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4929cad323afc87404752a1e88664a7f42cbb737..b68ed2bccdade2c3ac04ca1005d261be89c71c51:/etc/mhn.defaults.sh diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index f5a3e693..2f91a965 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -207,7 +207,12 @@ EOF # that another netscape is already running and certain things can't be done). PGM="`$SEARCHPROG $SEARCHPATH lynx`" if [ ! -z "$PGM" ]; then - echo "mhshow-show-text/html: %p$PGM '%F'" >> $TMP + echo "mhshow-show-text/html: %p$PGM -force-html '%F'" >> $TMP +else + PGM="`$SEARCHPROG $SEARCHPATH w3m`" + if [ ! -z "$PGM" ]; then + echo "mhshow-show-text/html: %p$PGM -T text/html '%F'" >> $TMP + fi fi PGM="`$SEARCHPROG $SEARCHPATH richtext`"