Wednesday, May 13, 2009

bbdb

After installing and fighting bbdb for a bit, the following worked in my .gnus.el

Under my first hook:


(require 'bbdb)
(bbdb-initialize)
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
(add-hook 'gnus-startup-hook 'bbdb-insinuate-message)



Then to save a person to the db, you use ':'
and to mail them, in the To: field hit to complete the name

No comments: