]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-header-separator): Don't put on read-only property.
authorRichard M. Stallman <rms@gnu.org>
Wed, 3 Jan 1996 18:36:29 +0000 (18:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 3 Jan 1996 18:36:29 +0000 (18:36 +0000)
lisp/mail/sendmail.el

index a5fdc8d5d47cba1c49012ff75c6cb101351d2621..1c3b2dbc150246497fd693cf50162d85b2b0d337 100644 (file)
@@ -67,7 +67,12 @@ match the variable `mail-header-separator'.")
 
 ;; Set up mail-header-separator for use as a category text property.
 (put 'mail-header-separator 'rear-nonsticky '(category))
-(put 'mail-header-separator 'read-only t)
+;;; This was a nice idea, for preventing accidental modification of
+;;; the separator.   But I found it also prevented or obstructed
+;;; certain deliberate operations, such as copying the separator line
+;;; up to the top to send myself a copy of an already sent outgoing message
+;;; and other things.  So I turned it off.  --rms.
+;;;(put 'mail-header-separator 'read-only t)
 
 ;;;###autoload
 (defvar mail-archive-file-name nil "\