[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

13.1.2 bbdb.el

To use The Insidious Big Brother Database (http://bbdb.sourceforge.net/) with Wanderlust, 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 2.3 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)
;; exceptional folders against auto collection
(setq bbdb-wl-ignore-folder-regexp "^@")
(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.



This document was generated by Yuuichi Teranishi on February, 19 2005 using texi2html