X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b93692cdcea35c835fcbc3617f80decd545ca3b2..a80e3521e108c8c625c40595453e235e43d84800:/etc/mhn.defaults.sh?ds=inline diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index e25cac42..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