Re: bbdb3
Rob Walker <[email protected]> Tue, 20 Feb 2018 22:05:18 -0800
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <84k1v6x4gx.wl-rob__49916.5582274601$1519193067$gmane$org@ladle.net> |
On Tue, 20 Feb 2018 01:56:50 -0800, Greg Bognar wrote: > > Yes, this seems to work! Thank you for the report. > Also, a continuously updated window appears with the BBDB record of the sender > of the displayed message (if any). Since I found it annoying that that window > stays around when I exit the summary, I did this: > > (add-hook 'wl-summary-exit-hook > '(lambda () > (when (get-buffer-window bbdb-buffer-name 'visible) > (quit-windows-on bbdb-buffer-name nil t)))) > > Please let me know if this isn't the best way to do it. (I'm an elisp novice.) That's a good idea, I'm going to try it myself. Thanks, Rob