(emh-header-display): Use `mime-view-ignored-field-list' instead of
authormorioka <morioka>
Thu, 18 Jun 1998 15:10:48 +0000 (15:10 +0000)
committermorioka <morioka>
Thu, 18 Jun 1998 15:10:48 +0000 (15:10 +0000)
`mime-view-ignored-field-regexp'.

emh.el

diff --git a/emh.el b/emh.el
index ec0792b..3d1b48c 100644 (file)
--- a/emh.el
+++ b/emh.el
@@ -194,7 +194,7 @@ With arg, turn MIME processing on if arg is positive."
 (defun emh-header-display ()
   (interactive)
   (mh-invalidate-show-buffer)
-  (let ((mime-view-ignored-field-regexp "^:$")
+  (let (mime-view-ignored-field-list
        emh-decode-encoded-word)
     (mh-header-display)
     ))