bbdb-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BBDB no longer works with Mu4e [PATCHED]


From: Fr. John Jenkins, SSPX
Subject: Re: BBDB no longer works with Mu4e [PATCHED]
Date: Thu, 11 Nov 2021 18:26:37 +0200
User-agent: mu4e 1.6.6; emacs 27.2

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" <jenkins@sspx.org.za>
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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]