when the invisible MIME part is inserted.
2002-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
+ * lisp/message.el (message-strip-forbidden-properties): Don't
+ strip properties when the invisible MIME part is inserted.
+
* lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Position
point to the top.
This function is intended to be called from `after-change-functions'.
See also `message-forbidden-properties'."
(when (and message-strip-special-text-properties
- (message-tamago-not-in-use-p begin))
+ (message-tamago-not-in-use-p begin)
+ ;; Check whether the invisible MIME part is not inserted.
+ (not (text-property-any begin end 'mime-edit-invisible t)))
(remove-text-properties begin end message-forbidden-properties)))
;;;###autoload