From 954f4dfc9777e3d9cb17886cb180914c31b5a0a9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 13 Apr 2016 17:19:33 +0100 Subject: [PATCH] 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. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.11.0