diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-02-12 21:24:05 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-02-12 21:24:05 +0000 |
commit | f654c19baf5e9c27446c18f779d7da180a20bd7c (patch) | |
tree | cbb86e54b2f8798cd268924e5036eafc98be65c5 /mail | |
parent | b2f065a7aa4b0ee39925036b8f2fe9cab77ca5b0 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nmh/files/patch-etc_mhn.defaults.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/nmh/files/patch-etc_mhn.defaults.sh b/mail/nmh/files/patch-etc_mhn.defaults.sh new file mode 100644 index 000000000000..06e13c0c1b26 --- /dev/null +++ b/mail/nmh/files/patch-etc_mhn.defaults.sh @@ -0,0 +1,19 @@ +--- etc/mhn.defaults.sh.orig Tue Apr 11 18:25:23 2000 ++++ etc/mhn.defaults.sh Tue Nov 28 13:44:27 2006 +@@ -111,16 +111,6 @@ + echo "mhshow-show-video/mpeg: %p$PGM '%f'" >> $TMP + fi + +-PGM="`$SEARCHPROG $SEARCHPATH lpr`" +-if [ ! -z "$PGM" ]; then +- echo "mhshow-show-application/PostScript: %plpr -Pps" >> $TMP +-else +- PGM="`$SEARCHPROG $SEARCHPATH lp`" +- if [ ! -z "$PGM" ]; then +- echo "mhshow-show-application/PostScript: %plp -dps" >> $TMP +- fi +-fi +- + PGM="`$SEARCHPROG $SEARCHPATH ivs_replay`" + if [ ! -z "$PGM" ]; then + echo "mhshow-show-application/x-ivs: %p$PGM -o '%F'" >> $TMP |