>>>>> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Andy 
>Cowling) writes:

Andy> I set bbdb/news-auto-create-p for certain interesting newsgroups. 
Andy> Is there any way BBDB can automatically record the newsgroup an
Andy> individual has posted to in the Notes field ?

I'm sure you could easily adapt this assuming 'newsgroup' is available in
a variable somewhere.  This very useful hook keeps track of the last
Subject header for anyone in your BBDB file.

;; notice hook from Eric D. Hendrickson <[EMAIL PROTECTED]>

(setq bbdb-auto-notes-alist
      '(("Subject" (".*" last-subj 0 t))
        ("Organization" (".*" company 0 t))))

(setq bbdb-notice-hook 'bbdb-auto-notes-hook)


Reply via email to