(wl-mime-preview-follow-no-mime): Call
authorhmurata <hmurata>
Sat, 11 Dec 2004 16:02:19 +0000 (16:02 +0000)
committerhmurata <hmurata>
Sat, 11 Dec 2004 16:02:19 +0000 (16:02 +0000)
`wl-message-mime-analysis-p' with argument `header'.

wl/ChangeLog
wl/wl-mime.el

index 11bb7c2..1d2c061 100644 (file)
@@ -1,3 +1,8 @@
+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): 
index 6527365..4f3ea6a 100644 (file)
@@ -103,7 +103,7 @@ It calls following-method selected from variable
       (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)