Eric Knauel <[EMAIL PROTECTED]> writes:
> Hi,
>
> I'm using bbdb-auto-notes-alist with gnus:
>
> (setq bbdb-notice-hook 'bbdb-auto-notes-hook)
> (setq bbdb-auto-notes-alist
> (quote (("Subject" (".*" last-subj 0 t))
> ("Organisation" (".*" organisation 0 t))
> ("Organization" (".*" organisation 0 t))
> ("X-Newsreader" (".*" mailer 0 t))
> ("X-Mailer" (".*" mailer 0 t))
> ("User-Agent" (".*" mailer 0 t))
> ("X-URL" (".*" url 0 t)))))
>
> It works fine, except that BBDB only finds headers that are visibile
> in the gnus article Buffer. Is this the normal behaviour? It's a bit
> confusing. ;-)
Yes, I noticed that too. I was going to implement my own
gnus-specific bbdb-notice-hook that just widened to all headers and
then called bbdb-auto-notes-hook. If I ever do, I'll post it here.
_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/