From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: getting gnus contcats into org-contacts Date: Fri, 13 Dec 2013 15:20:31 -0500 Message-ID: <87mwk4y034.fsf@alphaville.bos.redhat.com> References: <1383837763.52432.YahooMailNeo@web161304.mail.bf1.yahoo.com> <87eh6sdtn1.fsf@ucl.ac.uk> <86y550gjbg.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrZEE-0006EC-W2 for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 15:21:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrZE8-0007T6-7d for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 15:20:54 -0500 Received: from plane.gmane.org ([80.91.229.3]:42485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrZE7-0007St-Nh for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 15:20:48 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VrZE4-0000rW-0M for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 21:20:44 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Dec 2013 21:20:44 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Dec 2013 21:20:44 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Sebastien Vauban" writes: > Eric S Fraga wrote: >> Andreas Davour 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