From: morioka Date: Thu, 18 Jun 1998 15:10:48 +0000 (+0000) Subject: (emh-header-display): Use `mime-view-ignored-field-list' instead of X-Git-Tag: emh-1_6-199811302358~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b40284ae3a0925598f023fe8cb408bd0569595d4;p=elisp%2Femh.git (emh-header-display): Use `mime-view-ignored-field-list' instead of `mime-view-ignored-field-regexp'. --- diff --git a/emh.el b/emh.el index ec0792b..3d1b48c 100644 --- 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) ))