After installing and fighting bbdb for a bit, the following worked in my .gnus.el
Under my first hook:
Then to save a person to the db, you use ':'
and to mail them, in the To: field hit to complete the name
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
No comments:
Post a Comment