summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-15 15:23:49 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-15 15:23:49 +0000
commit476070a4d5a9fcb273b04de4606fd00a611ecb9f (patch)
tree1e2f903be79c8fb5bf375be556d20e0b4af9e945
parent89a255dc29fc9e8d907ba16e91d8453a469f36b8 (diff)
downloademacs-476070a4d5a9fcb273b04de4606fd00a611ecb9f.tar.gz
(sendmail-send-it): Don't convert S: to Subject:.
-rw-r--r--lisp/mail/sendmail.el4
1 files changed, 0 insertions, 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)