Re: BBDBv3 + Wanderlust

Ken Gunderson <[email protected]> Wed, 23 May 2018 11:09:43 -0600
Newsgroups gmane.mail.wanderlust.general
Organization Teamcool Networks
Message-ID <86r2m2b8o8.owl-kgunders__45450.8339208134$1527095584$gmane$org@teamcool.net>
Necro post... rock on o//

I wonder if bbdb is really worth the hassle.  But then I've never
actually suceeded in getting it working so my two cents is likely
worth even less.

Nevertheless...  Granted LDAP directories have their own quirks, but
in the modern age of inexpensive vm's, I wonder whether a vm sporting
a private ldap directory might not just be a more prudent investment
of ones time and energies... Hm...???

Ciao-- Ken

On Wed, 23 May 2018 06:44:56 -0600,
Pascal Haakmat wrote:
> 
> On Mon, 26 Mar 2018 05:32:35 +0200,
> Rob Walker wrote:
> 
> > I came up with a minimal configuration that I can use to make WL and
> > BBDBv3 play nicely together.  It works like this:
> > 
> > ;;; minimal settings
> > (setq wl-from "Rob Walker <[email protected]>")
> > (setq wl-local-domain "ladle.net")
> > (setq wl-message-id-domain "ladle.net")
> > 
> > (require 'bbdb)
> > (bbdb-initialize 'wl)
> > (bbdb-mua-auto-update-init 'wl)
> > (setq bbdb-update-records-p 'create)
> > ;;; end of minimal settings
> 
> Thanks, this allowed me to remove some cruft from my bbdbv3 config and
> makes things work more smoothly.
> 
> bbdb-update-records-p doesn't seem to do much for me, but the below
> works for me:
> 
>     (require 'bbdb) 
>     (bbdb-initialize 'wl)
>     (bbdb-mua-auto-update-init 'wl)
>     (setq bbdb-mua-auto-update-p 'create)
>     (setq bbdb-mua-pop-up-window-size 5)
>     (setq bbdb-ignore-message-alist
>           '(("From" . "noreply\\|no_reply\\|mailer-daemon")))
> 
> Regards Pascal
>