From 11001c917359f96b13e2f68da25e253baddd7966 Mon Sep 17 00:00:00 2001 From: hmurata Date: Fri, 28 Jan 2005 15:25:40 +0000 Subject: [PATCH] (wl-summary-reedit): Call `wl-summary-message-string' with argument `use-cache' as `'maybe'. --- wl/ChangeLog | 5 +++++ wl/wl-summary.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 2561221..522808b 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2005-01-28 Hiroya Murata + + * wl-summary.el (wl-summary-reedit): Call + `wl-summary-message-string' with argument `use-cache' as `'maybe'. + 2005-01-23 Hiroya Murata * wl-mime.el (toplevel): Require wl-vars. diff --git a/wl/wl-summary.el b/wl/wl-summary.el index de8f6a5..b9b60fd 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -765,7 +765,7 @@ If ARG is non-nil, Supersedes message" (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)) @@ -775,7 +775,7 @@ If ARG is non-nil, 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. -- 1.7.10.4