`wl-summary-message-string' with argument `use-cache' as `'maybe'.
+2005-01-28 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-summary.el (wl-summary-reedit): Call
+ `wl-summary-message-string' with argument `use-cache' as `'maybe'.
+
2005-01-23 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* wl-mime.el (toplevel): Require wl-vars.
(interactive "P")
(wl-summary-toggle-disp-msg 'off)
(cond
- ((not (wl-summary-message-number))
+ ((null (wl-summary-message-number))
(message "No message."))
(arg
(wl-summary-supersedes-message))
(mail-position-on-field "Newsgroups")
(mail-position-on-field "To")))
(t
- (wl-draft-edit-string (wl-summary-message-string)))))
+ (wl-draft-edit-string (wl-summary-message-string 'maybe)))))
(defun wl-summary-resend-bounced-mail ()
"Re-mail the current message.