From 476070a4d5a9fcb273b04de4606fd00a611ecb9f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 Dec 1994 15:23:49 +0000 Subject: [PATCH] (sendmail-send-it): Don't convert S: to Subject:. --- lisp/mail/sendmail.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 63b0b646c19..cde6c9e894c 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -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) -- 2.39.5