Gnus development mailing list
 help / color / mirror / Atom feed
From: Vincent Bernat <bernat@luffy.cx>
To: Julien Cubizolles <j.cubizolles@free.fr>
Cc: ding@gnus.org
Subject: Re: status of bbdb v3 integration
Date: Mon, 11 Jun 2012 19:27:09 +0200	[thread overview]
Message-ID: <m3zk89daj6.fsf@neo.luffy.cx> (raw)
In-Reply-To: <87lijt52ia.fsf@free.fr> (Julien Cubizolles's message of "Mon, 11 Jun 2012 16:47:41 +0200")

Julien Cubizolles <j.cubizolles@free.fr> writes:

> I'm thinking of upgrading to bbdb v3. How is it working with gnus ? Is
> there anything to change in the .bbdb file and/or in the gnus
> settings ?

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.
-- 
 /*
  *   Should be panic but... (Why are BSD people panic obsessed ??)
  */
	2.0.38 /usr/src/linux/net/ipv4/ip_fw.c



  parent reply	other threads:[~2012-06-11 17:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-11 14:47 Julien Cubizolles
2012-06-11 14:51 ` Julien Danjou
2012-06-11 14:57   ` Julien Cubizolles
2012-06-11 15:46     ` Julien Danjou
2012-06-11 17:27 ` Vincent Bernat [this message]
2012-06-11 17:56   ` Julien Cubizolles
2012-06-12  8:46   ` Julien Danjou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3zk89daj6.fsf@neo.luffy.cx \
    --to=bernat@luffy.cx \
    --cc=ding@gnus.org \
    --cc=j.cubizolles@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).