Re: bbdbv3 and wanderlust
Greg Bognar <[email protected]>
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
Yes, it seems to work for me. Thanks! On Tue 4 Sep 2018 at 19:46 Roland Winkler wrote: > On Tue Sep 4 2018 Greg Bognar wrote: > > 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 2018-03-25 I asked Rob whether his patch required a call of get-buffer, or > whether the slightly simplified code below also worked. As soon as someone > could let me know, I'll install this. > > Roland > > > (defun bbdb/wl-header (header) > (with-current-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)))