]> diplodocus.org Git - nmh/blobdiff - etc/mhn.defaults.sh
Fix a segfault that happens when using the -file option.
[nmh] / etc / mhn.defaults.sh
index 603bcb1c81f53285cc8928d136e3cfb478545721..0db5d3ae1d133b18991e2e19f0532e98fef7f38b 100755 (executable)
@@ -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