Hi, I setup my Carbon Emacs for gnus and installed bbdb (v 2.35) from bbdb.sf.net. I am able to load bbdb and bbdb frobnicates etc., but it doesn't seem to be adding any addresses to the .bbdb file and not showing the BBDB mini window at the bottom either. My BBDB related stuff in .gnus is as below:
;;; BBDB ;;; #### (require 'bbdb) (bbdb-initialize) (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) (add-hook 'gnus-startup-hook 'bbdb-insinuate-message) (add-hook 'message-setup-hook 'bbdb-define-all-aliases) (setq bbdb-always-add-addresses t) (setq bbdb-new-nets-always-primary 'never) (setq bbdb-offer-save 'just-save) (setq bbdb-completion-type 'name) (setq bbdb-notice-auto-save-file t) What is it that I am doing wrong ? Thanks Much Sid _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
