X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=etc%2Fmhn.defaults.sh;h=0db5d3ae1d133b18991e2e19f0532e98fef7f38b;hp=8b29fcd1766f7999674f1ec448a5865d0962e28a;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hpb=c085eca6dea41bf9c0ac2749215e256cc54ff628 diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 8b29fcd..0db5d3a 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -1,9 +1,7 @@ -#! /bin/sh +#!/bin/sh # # 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