Re: bbdb3

Randy Bush <[email protected]> Mon, 29 Jan 2018 14:38:14 +0900
Newsgroups gmane.mail.wanderlust.general
Message-ID <[email protected]>
> have bbdb3 installed, easy peasy, using package, thanks ken.
> 
> but my old bbdb elisp is completely monstrous, cruft of decades and i do
> not know what 10% of it does.
> 
> on a new machine, i need something simple to
> save-the-from-address-in-this-message and tab completion when composing.

emacswiki, https://www.emacswiki.org/emacs/BBDBV3-Wl, tempts me with

    when you read an e-mail you find a new buffer below with the
    sender’s information in the BBDB. If the sender’s information
    doesn’t exists in the database, it will request if you like to add
    it.

but when i read a message, i get

    Error occured in running wl-message-redisplay-hook, (BBDB: MUA ‘mime-view-mode’ not supported)

this is what i have for bbdb3 in .wl

    (setq bbdb-file "~/.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)

randy