Re: bbdb being too inquisitive

<[email protected]> Tue, 4 Jun 2019 13:23:58 +1000
Newsgroups gmane.emacs.bbdb.user
Message-ID <[email protected]>
> Which version of BBDB are you using?  This list is about BBDB v3
> which, by default, is very shy.  How did you configure BBDB to
> interact with VM?  The easiest might be if you post your
> configuration of BBDB.

BBDB version 2.36.

;;--------------------------------------------------------------------
;;customisations for mail/vm/bbdb
;;--------------------------------------------------------------------

(require 'bbdb)
(bbdb-initialize 'vm) 
;(setq bbdb-file "~/.emacs.d/bbdb")
(setq bbdb-file "~/.bbdb")
(load-library "bbdb-spam.el")
;;;;;(require 'bbdb-com)
;;;;;(require 'bbdb-autoloads)
;;;;;(bbdb-insinuate-vm)
;;;;;(setq bbdb/mail-auto-create-p t)
;;;;;(setq bbdb-expand-mail-aliases t)
;;;;;;; I want to see the BBDB buffer only when I ask for it.
(setq bbdb-pop-up nil)
(setq bbdb-use-pop-up nil)
(setq bbdb-completion-display-record nil)

thanks,
raj