On Wednesday, January 2, 2002 at 17:41:14, Steve Youngs wrote:
> Hey Folks!
> 
> I finally got sick of BBDB not noticing things in hidden headers (like
> X-Face's), so I wrote this horrible little hack:
[...]
> The downside is that, OMG it's so slow. :-(  Does anyone have a better way
> to do this?

Try this, which is taken and adapted from the stuff I once
did for bbdb/gnus-* 

(defun rf-bbdb-gnus-auto-notes-hook (record)
  (save-excursion
    (set-buffer (get-buffer gnus-article-buffer))
    (set-buffer gnus-original-article-buffer)
    (goto-char (point-min))
    (bbdb-auto-notes-hook record)))


_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to