(mm-text-html-renderer-alist): Add -nolist to Lynx.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 31 Mar 2003 17:14:38 +0000 (17:14 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 31 Mar 2003 17:14:38 +0000 (17:14 +0000)
(mm-text-html-washer-alist): Ditto.

lisp/ChangeLog
lisp/mm-view.el

index 0507362..ac2edfc 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
+       (mm-text-html-washer-alist): Ditto.
+
 2003-03-31  Simon Josefsson  <jas@extundo.com>
 
        * imap.el (imap-gssapi-program): Also try GNU SASL.
index c170f18..0c036f6 100644 (file)
@@ -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.")