Re: Wanderlust and BBDBv3
Greg Bognar <[email protected]>
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <87pof4pjva.wl-greg.bognar__20247.6077866324$1495232638$gmane$org@gmail.com> |
I managed to get it work more or less as well, except for one thing. I wanted
BBDB to query me to create a new entry when a message arrive from an address not
already in the address book (and not in bbdb-ignore-message-alist), so I set
(setq bbdb-mua-update-interactive-p '(query . create)
bbdb-update-records-p 'query
bbdb-mua-auto-update-p 'query)
As I understood from the (mostly useless) documentation, these variables
determine how BBDB3 behaves when it notices a new address. Automatically
updating addresses and/or querying the user used to work in BBDB2.
However, these values seem to make no difference. For example, I see no
difference in behavior when bbdb-update-records-p is set to 'create (like in
your setup) or 'query (like in mine). I asked on the BBDB3 mailing list but got
no reply.
I've learned to live with having to add addresses manually. I think BBDB3 might
be considered abandonware, and on the long run WL users may want to look for an
alternative. Perhaps Wanderlust's own addressbook?
On Fri 19 May 2017 at 20:50 Pascal Haakmat wrote:
> Hi,
>
> For me BBDBv3 works well. I have the following in .emacs:
>
> (setq bbdb-file "~/.emacs.d/bbdb")
> (require 'bbdb)
> (bbdb-initialize 'wl)
> (bbdb-mua-auto-update-init 'wl)
> (setq bbdb-update-records-p 'create)
> (setq bbdb-pop-up-window-size 5)
>
> So similar to yours. I've placed this before (autoload 'wl "wl" "Wanderlust" t).
>
> Pascal
>
> On Wed, 01 Mar 2017 22:37:41 +0100,
> Greg Bognar wrote:
> >
> > Hi,
> >
> > Has anyone had any success setting up WL with BBDBv3? I have the latest BBDB
> > from melpa. In particular, I want it to create bbdb records from email I
> > received. However, nothing happens when I open a message. I have the following
> > in my .emacs:
> >
> > (bbdb-initialize 'wl 'message)
> > (bbdb-mua-auto-update-init 'wl 'message)
> >
> > (setq bbdb-update-records-p 'query
> > bbdb-mua-auto-update-p 'query)
> >
> > (add-hook 'bbdb-notice-mail-hook 'bbdb-auto-notes)
> >
> > Is there anything I'm missing? Or should I revert back to v2? v3 is supposed
> > to support Wanderlust now.
> >
> > Greg
>