Re: bbdb3 not automatically adding new entries
"Roland Winkler" <[email protected]> Mon, 26 Aug 2019 21:21:01 -0500
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Sat Aug 24 2019 [email protected] wrote: > (require 'bbdb) > ;(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) > (setq bbdb-allow-duplicates t) > (setq bbdb-message-all-addresses t) > (setq bbdb-update-records-p 'create) Somehow you have more commented parts than actual code. You need not require any code except for the bbdb-loaddefs that are generated when you make BBDB. Please see the README. Furthermore, you may want to call bbdb-initialize and/or bbdb-mua-auto-update-init. Again please see the README.