help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bbdb be quiet


From: Joe Corneli
Subject: bbdb be quiet
Date: Thu, 07 Jul 2005 12:06:24 -0500

My BBDB configuration is below.  I have `bbdb/mail-auto-create-p'
which I think should mean that new bbdb records are created
automatically, and I have `bbdb-always-add-addresses' set to `t',
which I think should mean that new addresses are added for new people.

However, when I'm browsing e.g. this list, new addresses e.g. those
belonging to spammers result in a prompt, like this:

 mirror is not in the db.  Add? (y or n)

I just want BBDB to add new addresses.  What to do?

(bbdb-initialize)
(bbdb-insinuate-rmail)
(bbdb-insinuate-sendmail)
(setq bbdb-always-add-addresses t)
(setq bbdb-complete-name-allow-cycling t)
(setq bbdb-new-nets-always-primary t)
(setq bbdb-quiet-about-name-mismatches t)
(setq mail-self-blind t)

(setq bbdb-canonical-hosts 
"cs\\.cmu\\.edu\\|ri\\.cmu\\.edu\\|edrc\\.cmu\\.edu\\|andrew\\.cmu\\.edu\\|mcom\\.com\\|netscape\\.com\\|cenatls\\.cena\\.dgac\\.fr\\|cenaath\\.cena\\.dgac\\.fr\\|irit\\.fr\\|enseeiht\\.fr\\|inria\\.fr\\|cs\\.uiuc\\.edu\\|xemacs\\.org\\|math\\.utexas\\.edu")
(setq bbdb-complete-name-allow-cycling t)
(setq bbdb-default-country "US")
(setq bbdb-display-layout-alist (quote ((one-line (order phones mail-alias) 
(omit creation-date timestamp pilot-id) (name-end . 24) (toggle . t)) 
(multi-line (omit creation-date timestamp pilot-id) (toggle . t)) 
(pop-up-multi-line) (full-multi-line))))
(setq bbdb-gui nil)
(setq bbdb-print-omit-fields (quote (omit tex-name aka mail-alias creation-date 
timestamp)))
(setq bbdb-use-alternate-names nil)
(setq bbdb-user-mail-names "\\bjcorneli\\b")
(setq bbdb/mail-auto-create-p t)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]