Re: bbdb-user Digest, Vol 48, Issue 1
"Simon Brown" <[email protected]> Wed, 24 Jul 2024 12:02:29 +0200
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
I'm getting something wrong then. With a cut'n'paste of your config I still get an error message every time I open an email. bbdb/wl-header: Invalid function: elmo-folder-name-internal I wondered about a bad byte compile so deleted my elpa directory and reinstalled, but the problem remains. Simon On Wed, 24 Jul 2024, at 12:11 AM, Greg Bognar wrote: > 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" <[email protected]> >> >> To: [email protected] >> >> Subject: State of Wanderlust integration. >> >> Message-ID: <[email protected]> >> >> 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