Re: Handling "via" addresses
Roland Winkler <[email protected]> Wed, 06 Jul 2022 15:15:39 -0500
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 06 2022, Sam Steingold wrote: > Subject: [PATCH] Use `mail-header-parse-address' instead of > `mail-extract-address-components'. There is also `gnus-extract-address-components' that is supposedly faster than `mail-header-parse-address', though less accurate. Is this an issue? How are these two functions used elsewhere? I believe the approach of `mail-extract-address-components' is rather heuristic. Could it make sense to declare it obsolete or make it an alias for one of the other functions?