Mercurial > emacs
changeset 10174:e48de3882616
(sendmail-send-it): Don't convert S: to Subject:.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Dec 1994 15:23:49 +0000 |
parents | 6a4f5fc9d3f9 |
children | a52d1ab148f5 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)