[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bbdb-user Digest, Vol 48, Issue 1
From: |
Greg Bognar |
Subject: |
Re: bbdb-user Digest, Vol 48, Issue 1 |
Date: |
Wed, 24 Jul 2024 00:11:14 +0200 |
I don't use automatic updating of addresses (if that's what you mean by
importing), so this probably isn't going to be useful. Here is my config:
(use-package bbdb
:ensure t
:commands (bbdb-initialize)
:init (bbdb-initialize 'wl)
(bbdb-mua-auto-update-init 'wl)
:hook (bbdb-notice-mail-hook . bbdb-auto-notes)
:config (setq bbdb-mua-interactive-action '(query . create)
bbdb-mua-action 'query
bbdb-mua-auto-action 'search
bbdb-file (locate-user-emacs-file "bbdb")
bbdb-mua-pop-up nil
bbdb-pop-up-window-size 3
bbdb-layout 'pop-up-multi-line
bbdb-complete-mail-allow-cycling t
bbdb-message-all-addresses t)
)
All the best,
Greg
-------------------------------------------------------------------------------
On Mon 22 Jul 2024 at 14:22 Simon Brown wrote:
>
> Hi Greg,
>
> How do you have BBDB configured? Can you share your config? This error is
> only for automatic import of addresses.
>
> Simon
>
> On Fri, 19 Jul 2024, at 8:31 PM, Greg Bognar wrote:
> > Hi Simon,
> >
> > I have BBDB version 3.2.2.4 (M-x bbdb-version reports it as 3.2.2d) and
> > Wanderlust 20240426.1520 (reported as 2.15.9 by M-x wl-version), both from
> > Melpa, and I don't experience any issues.
> >
> > All the best,
> > Greg
> >
> >> Date: Thu, 18 Jul 2024 13:17:57 +0200
> >> From: "Simon Brown" <lists@700c.org>
> >> To: bbdb-user@nongnu.org
> >> Subject: State of Wanderlust integration.
> >> Message-ID: <a8af0e50-82fb-43fb-ae74-699d19dcaad0@app.fastmail.com>
> >> Content-Type: text/plain
> >>
> >> Hi,
> >>
> >> Does anyone know whether the Wanderlust integration is expected to work at
> >> the
> >> moment? I have BBDB 3.2.2.4 and Wanderlust 20240426.1520 from Melpa. With
> >> automatic update enabled I get the following error message when I open a
> >> message: bbdb/wl-header: Invalid function: elmo-folder-name-internal
> >>
> >> Simon