changeset 13928:d9a95968edb8

(mail-header-separator): Don't put on read-only property.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Jan 1996 18:36:29 +0000
parents 327ff78701e0
children 490fe0437271
files lisp/mail/sendmail.el
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Wed Jan 03 15:05:35 1996 +0000
+++ b/lisp/mail/sendmail.el	Wed Jan 03 18:36:29 1996 +0000
@@ -67,7 +67,12 @@
 
 ;; 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 "\