From: Lars Magne Ingebrigtsen Date: Mon, 31 Mar 2003 17:14:38 +0000 (+0000) Subject: (mm-text-html-renderer-alist): Add -nolist to Lynx. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=493a05bb9532a20b6d4e715e6e6158e1daf407c4;p=gnus (mm-text-html-renderer-alist): Add -nolist to Lynx. (mm-text-html-washer-alist): Ditto. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0507362c7..ac2edfc94 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-03-31 Lars Magne Ingebrigtsen + + * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. + (mm-text-html-washer-alist): Ditto. + 2003-03-31 Simon Josefsson * imap.el (imap-gssapi-program): Also try GNU SASL. diff --git a/lisp/mm-view.el b/lisp/mm-view.el index c170f1861..0c036f6eb 100644 --- a/lisp/mm-view.el +++ b/lisp/mm-view.el @@ -47,7 +47,7 @@ mm-links-remove-leading-blank "links" "-dump" file) (lynx mm-inline-render-with-stdin nil - "lynx" "-dump" "-force_html" "-stdin") + "lynx" "-dump" "-force_html" "-stdin" "-nolist") (html2text mm-inline-render-with-function html2text)) "The attributes of renderer types for text/html.") @@ -60,7 +60,7 @@ mm-links-remove-leading-blank "links" "-dump" file) (lynx mm-inline-wash-with-stdin nil - "lynx" "-dump" "-force_html" "-stdin") + "lynx" "-dump" "-force_html" "-stdin" "-nolist") (html2text html2text)) "The attributes of washer types for text/html.")