WL patches
Greg Bognar <[email protected]>
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
"Roland Winkler" <[email protected]> writes: [...] > (This list has been quiet because I believe there are currently no significant > bugs.) Hm. BBDB3 still does not work with Wanderlust out of the box, at least the GNU Elpa version. Rob Walker's fixes have been available for half a year; could you add them? On Tue 20 Feb 2018 at 07:35 Rob Walker wrote: [...] > changes made to code: > > $ diff -ur .emacs.d/bbdb-3.2-pristine .emacs.d/elpa/bbdb-3.2 > diff -ur .emacs.d/bbdb-3.2-pristine/bbdb-mua.el .emacs.d/elpa/bbdb-3.2/bbdb-mua.el > --- .emacs.d/bbdb-3.2-pristine/bbdb-mua.el 2018-02-19 21:54:09.952786956 -0800 > +++ .emacs.d/elpa/bbdb-3.2/bbdb-mua.el 2018-02-19 22:11:49.417480164 -0800 > @@ -68,7 +68,7 @@ > (rmail rmail-mode rmail-summary-mode) > (mh mhe-mode mhe-summary-mode mh-folder-mode) > (mu4e mu4e-view-mode) ; Tackle `mu4e-headers-mode' later > - (wl wl-summary-mode wl-draft-mode) > + (wl mime-view-mode wl-summary-mode wl-draft-mode) > (message message-mode mu4e-compose-mode notmuch-message-mode) > (mail mail-mode)) > "Alist of MUA modes supported by BBDB. > Only in .emacs.d/elpa/bbdb-3.2: bbdb-mua.el~ > diff -ur .emacs.d/bbdb-3.2-pristine/bbdb-wl.el .emacs.d/elpa/bbdb-3.2/bbdb-wl.el > --- .emacs.d/bbdb-3.2-pristine/bbdb-wl.el 2018-02-19 21:54:09.108771224 -0800 > +++ .emacs.d/elpa/bbdb-3.2/bbdb-wl.el 2018-02-19 22:13:38.858475651 -0800 > @@ -36,10 +36,11 @@ > > ;;;###autoload > (defun bbdb/wl-header (header) > + (with-current-buffer (get-buffer wl-summary-buffer-name) > (elmo-message-entity-field > (elmo-message-entity wl-summary-buffer-elmo-folder > (wl-summary-message-number)) > - (intern (downcase header)) 'string)) > + (intern (downcase header)) 'string)))