From a55efa66671e704cd3e69cb3ef5f65665d0e6caa 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: Snarf addresses from `nnfolder' groups too. 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 85a2fd2..562d733 100644 --- a/dot/emacs +++ b/dot/emacs @@ -199,7 +199,7 @@ bbdb/news-auto-create-p (lambda () (let ((group gnus-newsgroup-name)) - (and (string-match "^nnimap\\+" group) + (and (string-match "^nn\\(imap\\|folder\\)\\+" group) (not (string-match ":\\(crap\\|spam\\|lists\\)\\." group))))) bbdb-user-mail-names (concat "^" -- [mdw]