From e6b209319165993de719250e277a675cc5f8703a Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 24 Mar 2016 11:06:41 +0000 Subject: [PATCH] dot/emacs: Don't auto-snarf email addresses from mailing lists. Organization: Straylight/Edgeware From: Mark Wooding --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index f1bcfbf..13ac888 100644 --- a/dot/emacs +++ b/dot/emacs @@ -200,7 +200,7 @@ (lambda () (let ((group gnus-newsgroup-name)) (and (string-match "^nnimap\\+" group) - (not (string-match ":\\(crap\\|spam\\)\\." group))))) + (not (string-match ":\\(crap\\|spam\\|lists\\)\\." group))))) bbdb-user-mail-names (concat "^" "\\(" "\\(mdw\\|markw\\|root\\|postmaster\\)" -- [mdw]