aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/mail-extr.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el
index 85700097f1c..931685c4de1 100644
--- a/lisp/mail/mail-extr.el
+++ b/lisp/mail/mail-extr.el
@@ -770,6 +770,8 @@ If ADDRESS contains more than one RFC-822 address, only the first is
770 (insert-buffer-substring address)) 770 (insert-buffer-substring address))
771 (t 771 (t
772 (error "Invalid address: %s" address))) 772 (error "Invalid address: %s" address)))
773
774 (set-text-properties (point-min) (point-max) nil)
773 775
774 ;; stolen from rfc822.el 776 ;; stolen from rfc822.el
775 ;; Unfold multiple lines. 777 ;; Unfold multiple lines.