トップ «前の日記(2001-09-09) 最新 次の日記(2001-09-11)» 編集

TPRG: 迷走メモ書き

[Donate to CCjp]
2000|12|
2001|01|02|03|04|05|06|07|08|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|07|08|11|12|
2009|01|02|
2010|04|06|09|

2001-09-10

_ [comp] bbdb with wanderlust on Debian (unstable)

どうも (require 'bbdb-gui) しないとうまくいかない。

;;; bbdb
(require 'bbdb-wl)
(require 'bbdb-gui)
(bbdb-wl-setup)
;; セーブするファイル
(setq bbdb-file "~/.bbdb")
;; ポップアップ表示
(setq bbdb-use-pop-up nil)
(setq bbdb-pop-up-target-lines 3)
;; 自動収集
(setq bbdb/mail-auto-create-p 'bbdb-ignore-some-messages-hook)
(setq signature-use-bbdb t)
(setq bbdb-north-american-phone-numbers-p nil)
;; 無視するリスト
(setq bbdb-ignore-some-messages-alist
      '(("From" . "MAILER-DAEMON\\|iso-2022-jp\\|ISO-2022-JP")))
;; サマリに 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))))
お名前:
E-mail:
コメント:
[]


Tatsuki Sugiura <sugi@nemui.org>