Re: [dumb] one you run ./configure then make
Gijs Hillenius <[email protected]> Tue, 31 Dec 2019 16:05:30 +0100
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Organization | Using Emacs' Org Mode |
| Message-ID | <[email protected]> |
On 31 December 2019 06:47 Harry Putnam, wrote: > Once you've cloned a branch of bbdb from savannah and you've gotten > successfully thru `./configure', `make' and `make install' > where is the .bbdb? > > What do I put in ~/ for emacs to use? > > May sound petty dopey but I expected a .bbdb file to appear > somewhere. But do now see one. you need to initialize bbdb for (probably) gnus, and the .bbdb gets created once you start creating & adding addresses. This is what I use, but ... (require 'bbdb-loaddefs) (bbdb-initialize 'gnus 'message) (setq bbdb-complete-mail-allow-cycling t) (setq bbdb-message-all-addresses t) (setq bbdb-mua-update-interactive-p '(query . create)) (bbdb-mua-auto-update-init 'message 'mail) (setq bbdb-mua-auto-update-p 'query) you might also want to check out (setq bbdb-default-country "add-your-default-country-here")