X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/934ec91aaecd1a979b4335ed8b99c8d86f2978d7..803f25412:/etc/mhn.defaults.sh?ds=sidebyside diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 7b894498..d9d35b00 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -46,6 +46,7 @@ expand | sed -e 's/^ //' -e 's/ *$//'" >> $TMP fi echo "mhstore-store-text: %m%P.txt" >> $TMP +echo "mhstore-store-text/html: %m%P.html" >> $TMP echo "mhstore-store-text/richtext: %m%P.rt" >> $TMP echo "mhstore-store-video/mpeg: %m%P.mpg" >> $TMP echo "mhstore-store-application/PostScript: %m%P.ps" >> $TMP @@ -316,7 +317,7 @@ fi # access-type. case "`uname`" in FreeBSD) - echo "nmh-access-url: fetch -a -o -" >> $TMP + echo "nmh-access-url: fetch -o -" >> $TMP ;; *) PGM=`$SEARCHPROG "$SEARCHPATH" curl`