From 21ddd311ae7c2d5798c8fdd6add1ef229f82950b Mon Sep 17 00:00:00 2001 From: Eric Gillespie Date: Sun, 18 Jan 2009 04:48:42 +0000 Subject: [PATCH] * etc/mhn.defaults.sh: Never try to make mhshow start xterm. --- ChangeLog | 4 ++++ docs/pending-release-notes | 2 ++ etc/mhn.defaults.sh | 5 ----- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b2ea1aa..52e56ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-17 Eric Gillespie + + * etc/mhn.defaults.sh: Never try to make mhshow start xterm. + 2009-01-16 Eric Gillespie * test/runtest, test/tests/inc/test-deb359167, diff --git a/docs/pending-release-notes b/docs/pending-release-notes index 7fd6b15..47b0106 100644 --- a/docs/pending-release-notes +++ b/docs/pending-release-notes @@ -14,3 +14,5 @@ Things to add to the release notes for the next full release: folder, changing to previous such folder, and scanning all such folders, respectively. This is based on Luke Mewburn's 'new': http://www.mewburn.net/luke/src/new +- nmh will no longer attempt to install a mhn.defaults file that causes mhshow + to open its own xterms. diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index e25cac4..fc5a668 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -154,11 +154,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 -- 1.7.10.4