+2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-resend): Bind
+       `inhibit-field-text-motion' to t while resending a mail.
+
 2001-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/message.el (message-send): Remove the text property `field'
 
        (replace-match "X-From-Line: "))
       ;; Send it.
       (let ((message-encoding-buffer (current-buffer))
-           (message-edit-buffer (current-buffer)))
-       (let (message-required-mail-headers)
-         (message-send-mail)))
+           (message-edit-buffer (current-buffer))
+           message-required-mail-headers
+           (inhibit-field-text-motion t))
+       (message-send-mail))
       (kill-buffer (current-buffer)))
     (message "Resending message to %s...done" address)))