Place `util/bbdb-wl.el' on the load-path
and do the following
settings.
If BBDB is on the load-path
at the installation, `bbdb-wl.el' is
byte-compiled and installed.
See section Byte-compile and install.
(require 'bbdb-wl) (bbdb-wl-setup) ;; enable pop-ups (setq bbdb-use-pop-up t) ;; auto collection (setq bbdb/mail-auto-create-p t) (setq signature-use-bbdb t) (setq bbdb-north-american-phone-numbers-p nil) ;; shows the name of bbdb in the summary :-) (setq wl-summary-from-function 'bbdb-wl-from-func) ;; automatically add mailing list fields (add-hook 'bbdb-notice-hook 'bbdb-auto-notes-hook) (setq bbdb-auto-notes-alist '(("X-ML-Name" (".*$" ML 0))))
You can complete address with BBDB by M-TAB in draft buffer.
Go to the first, previous, next, last section, table of contents.