html2text dropped the command line option -style in version 2[1].

Rely on the format via the specified html2text.rc file.

[1]: 
https://github.com/grobian/html2text/commit/0dfd262836231a77d6fa8c678310799ef3a13752
---
 mantools/html2readme | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mantools/html2readme b/mantools/html2readme
index b7d110c5..c98d41c1 100755
--- a/mantools/html2readme
+++ b/mantools/html2readme
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-HTML2TEXT="html2text -ascii -style pretty -rcfile html2text.rc"
+HTML2TEXT="html2text -ascii -rcfile html2text.rc"
 
 #case $# in
 # 0) $HTML2TEXT;;
-- 
2.43.0

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to