Gnus development mailing list
 help / color / mirror / Atom feed
* How to exclude some groups from BBDB?
@ 2017-03-22  9:06 Robert Epprecht re
  2017-03-22 17:01 ` Adam Sjøgren
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Epprecht re @ 2017-03-22  9:06 UTC (permalink / raw)
  To: ding

I use Gnus with BBDB

How do I exclude a couple of groups from being treated by BBDB?

And then,
when I read one of these excluded groups and see a message that I *do* want
to be included in BBDB database, how would I do that?

Thanks for your help,
Robert




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to exclude some groups from BBDB?
  2017-03-22  9:06 How to exclude some groups from BBDB? Robert Epprecht re
@ 2017-03-22 17:01 ` Adam Sjøgren
  0 siblings, 0 replies; 2+ messages in thread
From: Adam Sjøgren @ 2017-03-22 17:01 UTC (permalink / raw)
  To: ding

Robert writes:

> I use Gnus with BBDB
>
> How do I exclude a couple of groups from being treated by BBDB?

I have this old snippet in my ~/.gnus:

  ; Only let bbdb auto-create in some groups:
  (setq bbdb/mail-auto-create-p nil) ; This is for MH, RMAIL and VM, but just to be sure...
  (setq gnus-select-group-hook
        '(lambda ()
           (setq bbdb/news-auto-create-p
                 (and
                  (string-match "^nnml:" gnus-newsgroup-name)
                  (not (or (string-match "^nnml:spam" gnus-newsgroup-name)
                           (string-match "^nnml:virus" gnus-newsgroup-name)
                           (string-match "feedbase" gnus-newsgroup-name)))))))
                           ;;; (string-match "news.gwene" gnus-newsgroup-name)


  Best regards,

    Adam

-- 
 "Det er svært at lydskrive falsksang."                       Adam Sjøgren
                                                         asjo@koldfront.dk




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-22 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22  9:06 How to exclude some groups from BBDB? Robert Epprecht re
2017-03-22 17:01 ` Adam Sjøgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).