From 33ed1126339e825d63fde09efbc96474da1a39b5 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 18 Jun 1998 15:12:57 +0000 Subject: [PATCH] (emh-header-display): Guard `mime-view-visible-field-list' too. --- emh.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emh.el b/emh.el index 3d1b48c..74d906f 100644 --- 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) )) -- 1.7.10.4