From 15ebe0352ffcd3eb10ecf83201042ca508924880 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 26 May 2004 22:28:51 +0000 Subject: [PATCH] (message-resend): Bind rfc2047-encode-encoded-words. --- lisp/ChangeLog | 4 ++++ lisp/message.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ab590473..c597245e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-05-26 Katsumi Yamaoka + + * message.el (message-resend): Bind rfc2047-encode-encoded-words. + 2004-05-26 Teodor Zlatanov * spam.el (spam-mark-junk-as-spam-routine) diff --git a/lisp/message.el b/lisp/message.el index 949a248d1..a5e5442ac 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -6338,7 +6338,8 @@ Optional DIGEST will use digest to forward." (replace-match "X-From-Line: ")) ;; Send it. (let ((message-inhibit-body-encoding t) - message-required-mail-headers) + message-required-mail-headers + rfc2047-encode-encoded-words) (message-send-mail)) (kill-buffer (current-buffer))) (message "Resending message to %s...done" address))) -- 2.25.1