Hi, thanks for your proposal.
Why don't you send me your init.el and maybe I can take a quick look over the weekend.
here my init.el for bbdb:
;;BBDB: Address list von Josep Bigorra
(add-to-list 'load-path "/gnu/store/")
(require 'bbdb)
(bbdb-initialize 'message 'gnus 'sendmail)
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
(setq bbdb/mail-auto-create-p t
bbdb/news-auto-create-p t)
;;auto-complete emacs address using bbdb UI
(add-hook 'message-mode-hook
'(lambda ()
(flyspell-mode t)
(local-set-key (kbd "TAB") 'bbdb-complete-mail)))
;; von Bob Newell
(bbdb-mua-auto-update-init 'gnus 'message 'mail)
(setq bbdb-complete-mail t)
(setq bbdb-message-all-addresses t)
(setq bbdb-completion-list t)
(setq bbdb-complete-mail-allow-cycling t)
(setq bbdb-completion-display-record nil)
(setq bbdb-mua-auto-update-p 'bbdb-select-message)
(setq bbdb-mua-update-interactive-p '(t . query))
(setq bbdb-update-records-p 'create)
(setq bbdb-allow-duplicates t)
(setq bbdb-add-mails t)
(setq bbdb-add-name nil)
(setq bbdb-add-aka t)
(setq bbdb-new-mails-primary nil)
(setq bbdb-ignore-redundant-emails t)
(setq bbdb-mua-pop-up nil)
Should I put that in my gnus.el
or leave it in my init.el?
what would be better?
thanks
Gottfried
OpenPGP_0x61FAF349C9FB7F94.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
