On 13 Sep 2012, Norman Walsh wrote:
[...] > With BBDB 2.x, opening a message in Gnus would display the matching > BBDB record in a small buffer near the bottom of the screen. yeah, I could not get that working here either.... However, Vincent Bernat suggests: http://comments.gmane.org/gmane.emacs.gnus.general/81908 ,---- | (add-hook 'bbdb-notice-mail-hook 'bbdb-auto-notes) | (add-hook 'gnus-article-prepare-hook 'vbe/gnus/bbdb-display-record) | (defun vbe/gnus/bbdb-display-record () | "Display appropriate BBDB record for the current message." | (unless | (bbdb-mua-display-records nil 'search) | ;; No record found, close the BBDB popup | (let ((window (get-buffer-window bbdb-buffer-name))) | (when window (delete-window window))))) `---- which works. ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/