From: David Levine Date: Sat, 20 Dec 2014 20:27:03 +0000 (-0600) Subject: Removed widths from mhbuild-convert-text/html lines that should X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/33e98cdfc7c072124c267945b03a95b22d87a3e1?ds=sidebyside;hp=ef0f97190a3a81a91c7564388c2782b0ff40d5fe Removed widths from mhbuild-convert-text/html lines that should have been removed by commit 5ab36412b5fc49feb41fa816129c68fd6d946e8b. --- diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 25d7e4af..ec0c0852 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -277,8 +277,6 @@ EOF # but only once I've added a new %-escape that makes more permanent temp files, # so netscape -remote can be used (without -remote you get a complaint dialog # that another netscape is already running and certain things can't be done). -# -# The widths here correspond to the replfmt width, with par, above. PGM=`$SEARCHPROG "$SEARCHPATH" w3m` if [ ! -z "$PGM" ]; then echo 'mhshow-show-text/html: charset=%{charset}; '"\ @@ -286,7 +284,7 @@ if [ ! -z "$PGM" ]; then echo 'mhfixmsg-format-text/html: charset=%{charset}; '"\ $PGM "'-dump ${charset:+-I "$charset"} -O utf-8 -T text/html %F' >> $TMP echo 'mhbuild-convert-text/html: charset=%{charset}; '"\ -$PGM "'-dump ${charset:+-I "$charset"} -O utf-8 -T text/html -cols 62 %F '"\ +$PGM "'-dump ${charset:+-I "$charset"} -O utf-8 -T text/html %F '"\ ${replfmt}" >> $TMP else PGM=`$SEARCHPROG "$SEARCHPATH" lynx` @@ -299,7 +297,7 @@ $PGM "'-child -dump -force_html ${charset:+--assume_charset "$charset"} %F | '"\ expand | sed -e 's/^ //' -e 's/ *$//'" >> $TMP echo 'mhbuild-convert-text/html: charset=%{charset}; '"\ $PGM "'-child -dump -force_html ${charset:+--assume_charset "$charset"} '"\ --width=62 %F${replfmt}" >> $TMP +%F${replfmt}" >> $TMP else PGM=`$SEARCHPROG "$SEARCHPATH" elinks` if [ ! -z "$PGM" ]; then