(mm-text-html-renderer-alist): Add w3m-standalone.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 21 Oct 2002 00:44:02 +0000 (00:44 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 21 Oct 2002 00:44:02 +0000 (00:44 +0000)
(mm-text-html-washer-alist): Ditto.

lisp/ChangeLog
lisp/mm-view.el

index 22186a5..114159f 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone. 
+       (mm-text-html-washer-alist): Ditto.
+
 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * nnheader.el (nnheader-remove-body): Fix an error of detecting
index 659b30d..8ba1319 100644 (file)
@@ -41,6 +41,8 @@
 (defvar mm-text-html-renderer-alist
   '((w3  . mm-inline-text-html-render-with-w3)
     (w3m . mm-inline-text-html-render-with-w3m)
+    (w3m-standalone mm-inline-render-with-stdin nil
+                   "w3m" "-dump" "-T" "text/html")
     (links mm-inline-render-with-file
           mm-links-remove-leading-blank
           "links" "-dump" file)
@@ -52,6 +54,8 @@
 (defvar mm-text-html-washer-alist
   '((w3  . gnus-article-wash-html-with-w3)
     (w3m . gnus-article-wash-html-with-w3m)
+    (w3m-standalone mm-inline-render-with-stdin nil
+                   "w3m" "-dump" "-T" "text/html")
     (links mm-inline-wash-with-file
           mm-links-remove-leading-blank
           "links" "-dump" file)