Go to the first, previous, next, last section, table of contents.


bbdb.el

`util/bbdb-wl.el'load-path において以下のように設定すれば OK です。

インストール時に load-path 上に BBDB があれば、 `bbdb-wl.el' はバイトコンパイル/インストールされます。 See section バイトコンパイルとインストール.

(require 'bbdb-wl)

(bbdb-wl-setup)
;; ポップアップ表示
(setq bbdb-use-pop-up t)
;; 自動収集
(setq bbdb/mail-auto-create-p t)
(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 を用いた アドレスの補完ができます。


Go to the first, previous, next, last section, table of contents.