# HG changeset patch # User Richard M. Stallman # Date 787505029 0 # Node ID e48de3882616fd97c65295aaa806422732403469 # Parent 6a4f5fc9d3f933ef4913021d755b6f0ccca9428c (sendmail-send-it): Don't convert S: to Subject:. diff -r 6a4f5fc9d3f9 -r e48de3882616 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Thu Dec 15 14:00:55 1994 +0000 +++ b/lisp/mail/sendmail.el Thu Dec 15 15:23:49 1994 +0000 @@ -491,10 +491,6 @@ ;;; (progn ;;; (forward-line 1) ;;; (insert "Sender: " (user-login-name) "\n"))) - ;; "S:" is an abbreviation for "Subject:". - (goto-char (point-min)) - (if (re-search-forward "^S:" delimline t) - (replace-match "Subject:")) ;; Don't send out a blank subject line (goto-char (point-min)) (if (re-search-forward "^Subject:[ \t]*\n" delimline t)