+2001-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/message.el (message-send): Remove the text property `field'
+ from the encoding buffer.
+
2001-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Use
(set-buffer message-encoding-buffer)
(erase-buffer)
;; ;; Avoid copying text props.
- ;; T-gnus change: copy all text props from the editing buffer
- ;; into the encoding buffer.
+ ;; T-gnus change: copy all text props, except for `field', from
+ ;; the editing buffer into the encoding buffer. `field' is the
+ ;; special text property on Emacs 21, see NEWS for details.
(insert-buffer message-edit-buffer)
+ (put-text-property (point-min) (point-max) 'field nil)
(funcall message-encode-function)
(while (and success
(setq elem (pop alist)))