>>>>> In <871xm23eow.fsf@virgil.koldfront.dk> >>>>> asjo@koldfront.dk (Adam Sj.ANxgren) wrote: > > 2) How do I make BBDB ignore all messages in certain groups? > I'm using something like this, which someone provided me with a long > time ago; perhaps there is a better way? > (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))))))) You can use group parameters to set bbdb/news-auto-create-p variable in certain groups. (info "(gnus)Group Parameters") | `(VARIABLE FORM)' | You can use the group parameters to set variables local to the | group you are entering. If you want to turn threading off in | `news.answers', you could put `(gnus-show-threads nil)' in the | group parameters of that group. `gnus-show-threads' will be made | into a local variable in the summary buffer you enter, and the | form `nil' will be `eval'ed there. -- Hiroshi Fujishima