]> diplodocus.org Git - nmh/blobdiff - etc/mhn.defaults.sh
Finished replacing mh_strcasecmp() with strcasecmp(). Removed
[nmh] / etc / mhn.defaults.sh
index 6bc0124763aa1118c58620208b59a3e3161adcdb..08d08cf70caeffd63d7dade86fe9e9454eed3277 100755 (executable)
@@ -33,7 +33,7 @@ elif [ ! -z "`$SEARCHPROG $SEARCHPATH lynx`" ]; then
   echo "mhfixmsg-format-text/html: lynx -child -dump -force_html '%F' | \
 expand | sed -e 's/^   //' -e 's/  *$//'" >> $TMP
 elif [ ! -z "`$SEARCHPROG $SEARCHPATH elinks`" ]; then
-  echo "mhfixmsg-format-text/html: elinks -dump -force_html -no-numbering '%F'" >> $TMP
+  echo "mhfixmsg-format-text/html: elinks -dump -force-html -no-numbering '%F'" >> $TMP
 fi