Async.
authoryamaoka <yamaoka>
Mon, 24 Apr 2000 02:06:52 +0000 (02:06 +0000)
committeryamaoka <yamaoka>
Mon, 24 Apr 2000 02:06:52 +0000 (02:06 +0000)
(message-reply): Use `make-full-mail-header-from-decoded-header'.

lisp/message.el

index 5ac9728..55a244b 100644 (file)
@@ -4395,7 +4395,8 @@ OTHER-HEADERS is an alist of header/value pairs."
       (if wide to-address nil)))
 
     (setq message-reply-headers
-         (vector 0 subject from date message-id references 0 0 ""))
+         (make-full-mail-header-from-decoded-header
+          0 subject from date message-id references 0 0 ""))
 
     (message-setup
      `((Subject . ,subject)