13/09/11 15:27, Carson Chittom
> I hope this is the right list; there didn't seem to be a different one
> listed on Savannah.  I should say that I'm fairly new to Emacs and Gnus,
> and completely new to BBDB, so I don't have any experience with old BBDB
> versions to guide me.
>
> I'm trying to set up BBDB 3 to work with Gnus.  I'm using Emacs 23.3.1
> on Windows XP.  I know the manual at http://bbdb.sourceforge.net/bbdb.html
> is for version 2, but there doesn't seem to be anything newer.  Based on
> this manual, I've added to ~/.emacs the following:
>
> -=-=-=-=-
> (add-to-list 'load-path "C:/Documents and 
> Settings/carson/Utilities/bbdb/lisp")
> (require 'bbdb)
> (bbdb-initialize 'gnus 'message)
> (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
> -=-=-=-=-

That setup is obsolete, just remove

(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)

and it should be fine. If that helps, my setup is

(require 'bbdb)
(bbdb-initialize 'gnus 'message)
(bbdb-mua-auto-update-init 'gnus 'message)


------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to