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:
,---- | (defun steve-bbdb-auto-notes-hook (record) | "Runs `bbdb-auto-notes-hook' after doing a `gnus-summary-toggle-header'. | | This is because BBDB won't notice changes in hidden headers." | (save-excursion | (gnus-summary-toggle-header 1) | (bbdb-auto-notes-hook record) | (gnus-summary-toggle-header -1))) | | (setq bbdb-notice-hook 'steve-bbdb-auto-notes-hook `---- The downside is that, OMG it's so slow. :-( Does anyone have a better way to do this? -- |---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---| | XEmacs - It's not just an editor. | | It's a way of life. | |------------------------------------<[EMAIL PROTECTED]>---| _______________________________________________ [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/