(mail-extract-address-components): Clear text props

after inserting ADDRESS.
This commit is contained in:
Richard M. Stallman 1996-12-19 02:48:49 +00:00
parent 12154b449f
commit 03007ccc8b

View file

@ -770,6 +770,8 @@ If ADDRESS contains more than one RFC-822 address, only the first is
(insert-buffer-substring address))
(t
(error "Invalid address: %s" address)))
(set-text-properties (point-min) (point-max) nil)
;; stolen from rfc822.el
;; Unfold multiple lines.