diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2018-04-15 19:28:04 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2018-04-15 19:28:04 +0200 |
commit | a3a9d5434d56f8736cc47e379a1d011d4c779b7c (patch) | |
tree | 78dd36c24dfe52d9b0fccc9cea35ab2f5e0c500e /lisp/emacs-lisp/debug.el | |
parent | 60ec0c7960985bf6e849e2ea4c3888127f8e9bef (diff) | |
download | emacs-a3a9d5434d56f8736cc47e379a1d011d4c779b7c.tar.gz emacs-a3a9d5434d56f8736cc47e379a1d011d4c779b7c.tar.bz2 emacs-a3a9d5434d56f8736cc47e379a1d011d4c779b7c.zip |
Revert "Make mail-extract-address-components return the user name more"
This reverts commit 8b50ae8b2284b5652c2843a9d0d076f4f657be28.
According to tests in bug#27656 by OGAWA Hirofumi, this patch
led to wrong results when binding
(dolist (addr '("Rasmus <rasmus@gmx.us>" "Rasmus <mbox@gmx.us>"))
(dolist (ignore-single '(t nil))
(dolist (ignore-same '(t nil))
(let ((mail-extr-ignore-single-names ignore-single)
(mail-extr-ignore-realname-equals-mailbox-name ignore-same))
(message "%s" (mail-extract-address-components addr))))))
in combination.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
0 files changed, 0 insertions, 0 deletions