bbdb-user
[Top][All Lists]
Advanced

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

Re: [dumb] one you run ./configure then make


From: Gijs Hillenius
Subject: Re: [dumb] one you run ./configure then make
Date: Tue, 31 Dec 2019 16:05:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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")




reply via email to

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