]> git.eshelyaron.com Git - emacs.git/commitdiff
(sendmail-send-it): Don't convert S: to Subject:.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Dec 1994 15:23:49 +0000 (15:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Dec 1994 15:23:49 +0000 (15:23 +0000)
lisp/mail/sendmail.el

index 63b0b646c19e77fa8f853c774a41b4568b338223..cde6c9e894c9bfa3c292c2a3c12e011b82b5a1d8 100644 (file)
@@ -491,10 +491,6 @@ the user from the mailer."
 ;;;             (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)