Basic 'bbdb' settings.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 09 Nov 2011 20:51:40 +0200
changeset 801 feb479e720e1
parent 800 c458012963c2
child 802 6168f8ab6479
Basic 'bbdb' settings.
.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")