]> diplodocus.org Git - nmh/blobdiff - etc/mhn.defaults.sh
Document changes to base64 encoder/decoder.
[nmh] / etc / mhn.defaults.sh
index f5a3e693158ab5a2c5839a176dace0cb2262152c..2f91a965da014468c8aded58e98786e430c6373a 100755 (executable)
@@ -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`"