mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(sendmail-send-it): Check continuation lines
when checking for empty subject lines.
This commit is contained in:
parent
85e508747c
commit
6696191053
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ the user from the mailer."
|
|||
;;; (insert "Sender: " (user-login-name) "\n")))
|
||||
;; Don't send out a blank subject line
|
||||
(goto-char (point-min))
|
||||
(if (re-search-forward "^Subject:[ \t]*\n" delimline t)
|
||||
(if (re-search-forward "^Subject:\\([ \t]*\n\\)+\\b" delimline t)
|
||||
(replace-match ""))
|
||||
;; Put the "From:" field in unless for some odd reason
|
||||
;; they put one in themselves.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue