`wl-message-mime-analysis-p' with argument `header'.
+2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-mime.el (wl-mime-preview-follow-no-mime): Call
+       `wl-message-mime-analysis-p' with argument `header'.
+
 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-mime.el (wl-draft-yank-current-message-entity): 
 
       (goto-char (point-min))
       ;; Insert all headers.
       (let ((elmo-mime-display-header-analysis
-            (wl-message-mime-analysis-p display-type)))
+            (wl-message-mime-analysis-p display-type 'header)))
        (elmo-mime-insert-sorted-header entity))
       (let ((f (cdr (assq mode mime-preview-following-method-alist))))
        (if (functionp f)