Re: bbdbv3 and wanderlust
Rob Walker <[email protected]>
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
Please accept these two code changes which will allow BBDBv3 to work
with Wanderlust.
1. bbdb-mua.el, within "(defconst bbdb-mua-mode-alist"
(wl mime-view-mode wl-summary-mode wl-draft-mode)
2. bbdb-wl.el, within "(defun bbdb/wl-header (header)"
(with-current-buffer (get-buffer wl-summary-buffer-name)
... existing code here ...
)
Thank you,
Rob
On Fri, 22 Sep 2017 08:50:04 -0700,
Roland Winkler wrote:
>
> On Sun Sep 17 2017 Rob Walker wrote:
> > I have heard back from their team with updates that are better
> > than what I proposed. I'm still testing those suggestions.
>
> Ok, so right now I wait till I hear about the outcome of your tests.