Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bbcb3f00
Commit
bbcb3f00
authored
Dec 16, 1996
by
Richard M. Stallman
Browse files
(mail-extract-address-components): Don't downcase
the domain part of the address.
parent
01e980fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lisp/mail/mail-extr.el
lisp/mail/mail-extr.el
+0
-2
No files found.
lisp/mail/mail-extr.el
View file @
bbcb3f00
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment