mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 10:44:12 -08:00
(mail-extract-address-components): Don't downcase
the domain part of the address.
This commit is contained in:
parent
01e980fb08
commit
bbcb3f00ac
1 changed files with 0 additions and 2 deletions
|
|
@ -1174,8 +1174,6 @@ If ADDRESS contains more than one RFC-822 address, only the first is
|
|||
(setq %-pos (cdr %-pos))))
|
||||
|
||||
(setq %-pos (nreverse %-pos))
|
||||
;; RFC 1034 doesn't approve of this, oh well:
|
||||
(downcase-region (or (car %-pos) @-pos (point-max)) (point-max))
|
||||
(cond (%-pos ; implies @-pos valid
|
||||
(setq temp %-pos)
|
||||
(catch 'truncated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue