From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81914 Path: news.gmane.org!not-for-mail From: Vincent Bernat Newsgroups: gmane.emacs.gnus.general Subject: Re: status of bbdb v3 integration Date: Mon, 11 Jun 2012 19:27:09 +0200 Message-ID: References: <87lijt52ia.fsf@free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1339435738 21300 80.91.229.3 (11 Jun 2012 17:28:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2012 17:28:58 +0000 (UTC) Cc: ding@gnus.org To: Julien Cubizolles Original-X-From: ding-owner+M30184@lists.math.uh.edu Mon Jun 11 19:28:56 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Se8Q3-0001x9-PZ for ding-account@gmane.org; Mon, 11 Jun 2012 19:28:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Se8On-00051N-PT; Mon, 11 Jun 2012 12:27:29 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Se8Ok-000515-Rt for ding@lists.math.uh.edu; Mon, 11 Jun 2012 12:27:26 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Se8OZ-0006iK-Ri for ding@lists.math.uh.edu; Mon, 11 Jun 2012 12:27:26 -0500 Original-Received: from bart.luffy.cx ([78.47.78.131]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Se8OX-0006W7-FF for ding@gnus.org; Mon, 11 Jun 2012 19:27:13 +0200 Original-Received: from bart.luffy.cx (localhost [127.0.0.1]) by bart.luffy.cx (Postfix) with ESMTP id B4948141B1; Mon, 11 Jun 2012 19:27:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=simple; d=luffy.cx; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=postfix; bh=gosNyHi5n 70Yw7/t34vpq/cL70k=; b=OzD2KagKoUa04abU0nMGOHw6XZcpa1btthCsKBl17 cLmmHRKoGDrJRSzDTx60301M9C1MNa5dQ2FBNAoUqQIpj4Jh/o2hHfnG6mrT9UYv /NT1zKlKgFlvvsTGov2uDDQgeHm/wrMy9zcJ8XF/v2nkZn++SofYk65Qd6I8qbGj bs= DomainKey-Signature: a=rsa-sha1; c=simple; d=luffy.cx; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=postfix; b=CU5 Dpd2ueMMt65Ck3oFgQ9apZrS9UQq0eGJKp+oqU28BtLwsMrMrIGDPvyxGc6rMye0 Co6//RKQy8iPURgIJiKBAgtww55/OCwoh8KLcramPdOZJ1/qJh8jTFrGCttHJyLO 4ytx6TFi74x8JSjcaQQmeRQ2d/HnGeBWEg7xUvtw= Original-Received: from neo.luffy.cx (unknown [IPv6:2a01:e35:8b01:4710:218:f3ff:fe03:4e06]) by bart.luffy.cx (Postfix) with ESMTPS id 7466014127; Mon, 11 Jun 2012 19:27:12 +0200 (CEST) Original-Received: by neo.luffy.cx (Postfix, from userid 500) id 919B2B6; Mon, 11 Jun 2012 19:27:10 +0200 (CEST) In-Reply-To: <87lijt52ia.fsf@free.fr> (Julien Cubizolles's message of "Mon, 11 Jun 2012 16:47:41 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81914 Archived-At: Julien Cubizolles writes: > I'm thinking of upgrading to bbdb v3. How is it working with gnus=C2=A0? = Is > there anything to change in the .bbdb file and/or in the gnus > settings=C2=A0? I have just upgraded and it is a bit a mess since everything has changed. But, you don't have to do any modification to .bbdb. Moreover, there is absolutely no documentation for BBDBv3. You can try to migrate using this wiki page: http://www.emacswiki.org/emacs/UpgradeBBDB After the migration, I noticed that the records where not udpated nor displayed automtically. I had to add this: #v+ (add-hook 'bbdb-notice-mail-hook 'bbdb-auto-notes) (add-hook 'gnus-article-prepare-hook 'vbe/gnus/bbdb-display-record) (defun vbe/gnus/bbdb-display-record () "Display appropriate BBDB record for the current message." (unless (bbdb-mua-display-records nil 'search) ;; No record found, close the BBDB popup (let ((window (get-buffer-window bbdb-buffer-name))) (when window (delete-window window))))) #v- Here is my current configuration for BBDB: https://github.com/vincentbernat/dot.emacs/blob/master/gnus/bbdb.el > The reason I'm contemplating switching is that I'd like to try Asynk > (http://karra-asynk.appspot.com/) which claims to provide 2-way > synchronization between (among others) bbdb and google contacts. One > get almost seamless integration between contacts on a computer and an > Android Phone. > > On a related note, I'm curious to know what gnus users have chosen to > share their contact databases between phone and > computer. I've so far tried org-contacts > (http://julien.danjou.info/software/org-contacts.el, dropped by the > author it seems) and > (http://julien.danjou.info/software/google-contacts.el). Is it possible with any of those solutions to avoid to clutter the phone with all the contacts from BBDB? I have thousands of contacts in BBDB but I don't want to have all of them in Google Contacts. Ideally, only contacts already in Google Contacts should be updated in Google Contacts with information from BBDB. --=20 /* * Should be panic but... (Why are BSD people panic obsessed ??) */ 2.0.38 /usr/src/linux/net/ipv4/ip_fw.c