X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f5804888e40c2d4b679bdb38e7cba92b527271d4..7e6d0b76b1869b4fecc2412ac68f9739ee5916ea:/etc/mhn.defaults.sh diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index dbb38cd9..19ece281 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -312,6 +312,13 @@ if [ ! -z "$PGM" ]; then echo "mhshow-show-application/msword: %l$PGM %F" >> $TMP fi +# This entry is used to retrieve external-body types that use a "url" +# access-type. +PGM="`$SEARCHPROG $SEARCHPATH curl`" +if [ ! -z "$PGM" ]; then + echo "nmh-access-url: $PGM -L" >> $TMP +fi + # output a sorted version of the file sort < $TMP