X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8d61a39c1f636b7edd184767225492a4d5dacde5..98e2ac4aa016aecbca7e9b8e8bcb8ecfa7bba1b5:/etc/mhn.defaults.sh?ds=sidebyside diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 603bcb1c..0db5d3ae 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -2,8 +2,6 @@ # # mhn.defaults.sh -- create extra profile file for MIME handling # -# $Id$ -# # USAGE: mhn.defaults.sh [ search-path [ search-prog ]] # If a search path is passed to the script, we @@ -154,11 +152,6 @@ if [ ! -z "$PGM" ]; then echo "mhshow-suffix-application/msword: .doc" >> $TMP fi -PGM="`$SEARCHPROG $SEARCHPATH xterm`" -if [ ! -z "$PGM" ]; then - echo "mhshow-charset-iso-8859-1: xterm -fn '-*-*-medium-r-normal-*-*-120-*-*-c-*-iso8859-*' -e '%s'" >> $TMP -fi - # output a sorted version of the file sort < $TMP