Re: Message and bbdb

2001-08-13 Thread Kai Großjohann
[EMAIL PROTECTED] (Paulo J. Matos aka PDestroy) writes: > I have in my .emacs file the following for bbdb: > ;; BBDB Setup > (setq load-path (cons "c:/emacs-20.7/lisp/bbdb" load-path)) > > (require 'bbdb) > (bbdb-initialize 'gnus 'message 'w3 'sc) Up to here should be enough. > ;; Initialize BB

Re: Message and bbdb

2001-08-12 Thread Yair Friedman (Jerusalem)
[EMAIL PROTECTED] (Paulo J. Matos aka PDestroy) writes: > I have in my .emacs file the following for bbdb: > ;; BBDB Setup > (setq load-path (cons "c:/emacs-20.7/lisp/bbdb" load-path)) > > (require 'bbdb) > (bbdb-initialize 'gnus 'message 'w3 'sc) > > ;; Initialize BBDB with various packs > (ad

Message and bbdb

2001-08-12 Thread Paulo J. Matos aka PDestroy
I have in my .emacs file the following for bbdb: ;; BBDB Setup (setq load-path (cons "c:/emacs-20.7/lisp/bbdb" load-path)) (require 'bbdb) (bbdb-initialize 'gnus 'message 'w3 'sc) ;; Initialize BBDB with various packs (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) (bbdb-insinuate-message) (b