[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bbdbv3 and wanderlust
From: |
Greg Bognar |
Subject: |
Re: bbdbv3 and wanderlust |
Date: |
Wed, 05 Sep 2018 10:08:50 +0200 |
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)))