(mail-extract-address-components): Clear text props
after inserting ADDRESS.
This commit is contained in:
parent
12154b449f
commit
03007ccc8b
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue