]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-resend): Use RFC 822 style date in Resent-Date: line.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 Jul 1993 17:54:20 +0000 (17:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 Jul 1993 17:54:20 +0000 (17:54 +0000)
lisp/mail/rmail.el

index 5bffa4ef60d5d61b8a336891c124c72bb02e51d1..ad99396a45cded5e6e43879056fa898c735ed405 100644 (file)
@@ -1839,7 +1839,7 @@ typically for purposes of moderating a list."
          (goto-char (point-min))
          ;;>> Insert resent-from:
          (insert "Resent-From: " from "\n")
-         (insert "Resent-Date: " (current-time-string) "\n")
+         (insert "Resent-Date: " (mail-rfc822-date) "\n")
          ;;>> Insert resent-to: and bcc if need be.
          (let ((before (point)))
            (insert "Resent-To: " (if (stringp address)