Hi,

Hopefully there are some Gnus users here.

When selecting messages in the Summary buffer in Gnus for posters that
are in my BBDB, and whose email address in the message is not among
those in the DB, I'm asked whether I want to add that address to the
DB.  Some groups mangle posters' addresses to thwart spammers, so one
never wants to add any of the addresses in these groups.  I could set a
group parameter to turn off this question being asked in such groups,
but I don't know which setting needs to be turned off there, without
affecting other groups.  Any ideas about how to achieve this?

I use the following BBDB settings in ~/.gnus.el:

(add-to-list 'load-path "/usr/share/emacs/site-lisp/bbdb/lisp" t)
(require 'bbdb)
(bbdb-initialize 'gnus 'message 'sc)
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
(add-hook 'message-setup-hook
          '(lambda ()
             (mail-abbrevs-setup)
             (bbdb-define-all-aliases)
             (require 'footnote)
             (footnote-mode 1)))
;; display names as in bbdb database
(autoload 'bbdb/gnus-lines-and-from "bbdb-gnus")


-- 
Seb


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to