Re: bbdbv3 and wanderlust
"Roland Winkler" <[email protected]>
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
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)))