(emh-header-display): Guard `mime-view-visible-field-list' too.
authormorioka <morioka>
Thu, 18 Jun 1998 15:12:57 +0000 (15:12 +0000)
committermorioka <morioka>
Thu, 18 Jun 1998 15:12:57 +0000 (15:12 +0000)
emh.el

diff --git a/emh.el b/emh.el
index 3d1b48c..74d906f 100644 (file)
--- a/emh.el
+++ b/emh.el
@@ -195,6 +195,7 @@ With arg, turn MIME processing on if arg is positive."
   (interactive)
   (mh-invalidate-show-buffer)
   (let (mime-view-ignored-field-list
+       mime-view-visible-field-list
        emh-decode-encoded-word)
     (mh-header-display)
     ))