disply-type is all-header or as-is.
2004-09-08 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+ * wl-message.el (wl-message-redisplay): Does not narrow header if
+ disply-type is all-header or as-is.
+
* wl-summary.el (wl-summary-enter-handler): Use
`wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
(when (re-search-forward "^$" nil t)
(wl-message-add-buttons-to-header (point-min) (point))
(wl-message-add-buttons-to-body (point) (point-max)))
- (when wl-message-use-header-narrowing
+ (when (and wl-message-use-header-narrowing
+ (not (memq display-type '(all-header as-is))))
(wl-message-header-narrowing))
(goto-char (point-min))
(ignore-errors (run-hooks 'wl-message-redisplay-hook))