| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The Insidious Big Brother Database (http://bbdb.sourceforge.net/)
を Wanderlust と共に使うには、 `util/bbdb-wl.el' を load-path
に置いて以下のように設定すれば OK です。
インストール時に load-path 上に BBDB があれば、
`bbdb-wl.el' はバイトコンパイル/インストールされます。
See section 2.3 バイトコンパイルとインストール.
(require 'bbdb-wl)
(bbdb-wl-setup)
;; ポップアップ表示
(setq bbdb-use-pop-up t)
;; 自動収集
(setq bbdb/mail-auto-create-p t)
;; 自動収集しないフォルダの指定
(setq bbdb-wl-ignore-folder-regexp "^@")
(setq signature-use-bbdb t)
(setq bbdb-north-american-phone-numbers-p nil)
;; サマリに bbdb の名前を表示 :-)。
(setq wl-summary-from-function 'bbdb-wl-from-func)
;; 自動的に ML フィールドを加える
(add-hook 'bbdb-notice-hook 'bbdb-auto-notes-hook)
(setq bbdb-auto-notes-alist '(("X-ML-Name" (".*$" ML 0))))
|
ドラフトバッファで M-TAB により BBDB を用いた アドレスの補完ができます。