From: Mark Wooding Date: Wed, 13 Apr 2016 16:19:33 +0000 (+0100) Subject: dot/emacs: Use working `bbdb-extract-address-components-func'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/954f4dfc9777e3d9cb17886cb180914c31b5a0a9?hp=-c dot/emacs: Use working `bbdb-extract-address-components-func'. The default, based on `mail-extract-address-components', is remarkably bad: it mangles the user names in a really unpleasant way. For some reason, the working version isn't the default; use it anyway. --- 954f4dfc9777e3d9cb17886cb180914c31b5a0a9 diff --git a/dot/emacs b/dot/emacs index 40280de..3633219 100644 --- a/dot/emacs +++ b/dot/emacs @@ -196,6 +196,7 @@ (trap (bbdb-initialize 'gnus 'sendmail 'message))) (setq bbdb-file "~/etc/brain/bbdb" bbdb-north-american-phone-numbers-p nil + bbdb-extract-address-components-func 'bbdb-extract-address-components bbdb/news-auto-create-p (lambda () (let ((group gnus-newsgroup-name))