X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=etc%2Fmhn.defaults.sh;h=0db5d3ae1d133b18991e2e19f0532e98fef7f38b;hp=603bcb1c81f53285cc8928d136e3cfb478545721;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hpb=8d61a39c1f636b7edd184767225492a4d5dacde5 diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 603bcb1..0db5d3a 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