]> diplodocus.org Git - nmh/blobdiff - etc/mhn.defaults.sh
Removed temporary probes added in commit
[nmh] / etc / mhn.defaults.sh
index 08d08cf70caeffd63d7dade86fe9e9454eed3277..f5a3e693158ab5a2c5839a176dace0cb2262152c 100755 (executable)
@@ -33,7 +33,8 @@ elif [ ! -z "`$SEARCHPROG $SEARCHPATH lynx`" ]; then
   echo "mhfixmsg-format-text/html: lynx -child -dump -force_html '%F' | \
 expand | sed -e 's/^   //' -e 's/  *$//'" >> $TMP
 elif [ ! -z "`$SEARCHPROG $SEARCHPATH elinks`" ]; then
-  echo "mhfixmsg-format-text/html: elinks -dump -force-html -no-numbering '%F'" >> $TMP
+  echo "mhfixmsg-format-text/html: elinks -dump -force-html -no-numbering \
+-eval 'set document.browse.margin_width = 0' '%F'" >> $TMP
 fi