Re: BBDB no longer works with Mu4e [PATCHED]
"Fr. John Jenkins, SSPX" <[email protected]> Thu, 11 Nov 2021 18:26:37 +0200
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
Dear list members, The current bbdb-mua.el references the old manner in which mu4e viewed messages. The new mu4e simply uses the gnus-article view. I have modified bbdb to reflect the new manner in which mu4e views messages. The old way is now deprecated and so does not need to be supported. This patch seems to fix the problem and allow for the current mu4e to use bbdb as before. For those using an older mu4e they can simply omit this patch. JJ + From 5a18b9e6028ed347a6973eabf84a707f671e1d04 Mon Sep 17 00:00:00 2001 From: "Fr. John Jenkins" <[email protected]> Date: Thu, 11 Nov 2021 10:21:27 +0200 Subject: [PATCH] Modifying for new mu4e message view (depends on gnus-article-buffer) --- lisp/bbdb-mua.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/bbdb-mua.el b/lisp/bbdb-mua.el index 455900e..d5d1fa5 100644 --- a/lisp/bbdb-mua.el +++ b/lisp/bbdb-mua.el @@ -604,7 +604,7 @@ If SORT is non-nil, sort records according to `bbdb-record-lessp'." update-p sort)) ;; mu4e ((eq mua 'mu4e) - (set-buffer mu4e~view-buffer-name) + (set-buffer gnus-article-buffer) (bbdb-update-records (bbdb-get-address-components header-class) update-p sort)) ;; Wanderlust -- 2.31.1 In die Thu, Nov 11 2021, Roland Winkler scripsit: > On Thu, Nov 11 2021, Fr. John Jenkins, SSPX wrote: > > I would be willing to spend some time on this, but perhaps > > someone has > > already solved this problem? Or at least some insights on > > where I > > should get started would be appreciated. > If I remember correctly, Mu4e has given such problems more than > once > when its internals that BBDB depends on have changed. But I do > not know > anything about Mu4e myself, and you are the first one reporting > here > that the latest versions of BBDB and Mu4e do not go together > anymore. > If you can look into this, it's welcome. > Roland
signature.asc
(application/pgp-signature, 515 B)
-----BEGIN PGP SIGNATURE----- iQFIBAEBCAAyFiEElLwPxuge3qZmruVMj8IIQrIfnjYFAmGNRHEUHGplbmtpbnNA c3NweC5vcmcuemEACgkQj8IIQrIfnjZ5LQf/dvph0YL+T4qJEyi3bCfnCmVBKO+i eq6UtBXpbFNxWLnXdNqaRA3r9NNVhjJ72srv0mJuRH7/d2tk+2+V8vV0kRPVqqpm m2IQ5kERzRulsNkuKYVDkQjeL/I3l7KC99yOX5PgVSBENMpEaTP3aniKbF5CQDLP 4ZulDDXDb8Eii56M95zjlMWFD4q7KwoFCcXrYXr5O8JzP6vNiyLwmrg1YUJCflJe AXZo0xLYkhS7aR2lUObk4RhUdT7MzO/Z3y0IJ3oCM2LL+8yriUdWtUSJjZY/Duc7 VdmrJedYm49kZZwl7AUyFQcWxTjDri8/mA8vFQrgMR896uxwiS7fTxiWlg== =uL9n -----END PGP SIGNATURE-----