From eef6be35771d171e4cb89fd9fd94ec5b41f1dac4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 23 Apr 2020 10:16:43 +0100 Subject: [PATCH] dot/emacs: Permit duplicate entry names. My database legitimately knows of two people with the same name. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index d355fcc..a0ceee5 100644 --- a/dot/emacs +++ b/dot/emacs @@ -221,6 +221,7 @@ bbdb-north-american-phone-numbers-p nil bbdb-dwim-net-address-allow-redundancy t bbdb-extract-address-components-func 'bbdb-extract-address-components + bbdb-allow-duplicates t bbdb/news-auto-create-p (lambda () (let ((group gnus-newsgroup-name)) -- 2.11.0