changeset 8132:388fc8badf4a

(sendmail-send-it): Allow specifying Sender.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Jul 1994 20:37:34 +0000
parents 9d47411b0548
children 96a6df522765
files lisp/mail/sendmail.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Sun Jul 03 20:36:31 1994 +0000
+++ b/lisp/mail/sendmail.el	Sun Jul 03 20:37:34 1994 +0000
@@ -407,8 +407,6 @@
 	    (replace-match "\n"))
 	  (let ((case-fold-search t))
 	    (goto-char (point-min))
-	    (if (re-search-forward "^Sender:" delimline t)
-		(error "Sender may not be specified."))
 	    ;; Find and handle any FCC fields.
 	    (goto-char (point-min))
 	    (if (re-search-forward "^FCC:" delimline t)