Mercurial > emacs
changeset 4020:a35cd533fda4
(rmail-resend): Use RFC 822 style date in Resent-Date: line.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 Jul 1993 17:54:20 +0000 |
parents | 0463aae99f4e |
children | 5a8ed60f39f2 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Wed Jul 07 10:22:05 1993 +0000 +++ b/lisp/mail/rmail.el Wed Jul 07 17:54:20 1993 +0000 @@ -1839,7 +1839,7 @@ (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)