Re: Wanderlust and BBDBv3
Pascal Haakmat <[email protected]>
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <87a8687kbb.wl-pascalh__18903.8432123654$1495219912$gmane$org@gmail.com> |
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