diff -r c458012963c2 -r feb479e720e1 .emacs-my --- a/.emacs-my Wed Nov 09 00:19:20 2011 +0200 +++ b/.emacs-my Wed Nov 09 20:51:40 2011 +0200 @@ -1363,6 +1363,27 @@ ;; ("^comp" "comp.SCORE"))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(message "bbdb") + +(setq + bbdb-offer-save 1 + bbdb-use-pop-up t + bbdb-electric-p t + bbdb-popup-target-lines 1 + ) + +(setq bbdb-complete-name-full-completion t) +(setq bbdb-completion-type 'primary-or-name) +(setq bbdb-complete-name-allow-cycling t) + +(setq bbdb-file "~/.gnus/bbdb") + +;; (bbdb-initialize 'gnus 'message) +;; (bbdb-insinuate-message) +;; (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) + + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "jabber") (autoload 'jabber-connect-all "jabber")