"Sebastien Vauban" <sva-n...@mygooglest.com> writes: > Eric S Fraga wrote: >> Andreas Davour <ko...@yahoo.com> writes: >>> >>> I've just started using gnus again, and since it seems like bbdb is in a >>> messy state someone suggested I try org-contacts as an address book >>> solution. It looks quite usable, but I have a few questions. >> >> I can't help you directly but I can say that I am using bbdb v3 from >> >> git://git.savannah.nongnu.org/bbdb.git >> >> with gnus from >> >> http://git.gnus.org/gnus.git >> >> very effectively. No problems at all with bbdb once I converted over >> from v2, of course. > > So do I, even if I miss some things: > > - mainly, the auto-discovery of new emails: when you receive a mail from a new > email address but from a known sender name, bbdb2 proposed to add the email > address in the DB; not bbdb3 >
I have the following in my bbdb config file and it seems to DTRT: --8<---------------cut here---------------start------------->8--- ; add addresses automatically (bbdb-mua-auto-update-init 'gnus 'message) (setq bbdb-update-records-p 'create) (setq bbdb-mua-pop-up nil) --8<---------------cut here---------------end--------------->8--- Nick