$OpenBSD: patch-docs_contrib_replyfilter,v 1.1 2012/06/18 16:03:00 pascal Exp $
--- docs/contrib/replyfilter.orig	Mon Jun 11 19:35:27 2012
+++ docs/contrib/replyfilter	Mon Jun 11 19:37:26 2012
@@ -71,8 +71,10 @@ $maxcolwidth = 78;
 # Out HTML converter program & arguments
 #
 
-@htmlconv = ('w3m', '-dump', '-cols', $maxcolwidth - 2, '-T', 'text/html',
-	     '-O', $outcharset);
+#@htmlconv = ('w3m', '-dump', '-cols', $maxcolwidth - 2, '-T', 'text/html',
+#	     '-O', $outcharset);
+@htmlconv = ('lynx', '-stdin', '-dump', '-force_html', '-nolist',
+	     '-width', $maxcolwidth - 2, '-display_charset', $outcharset);
 
 
 die "Usage: $0 Content-type content-transfer-encoding quote-prefix\n"
