From: yoichi Date: Mon, 7 Jan 2002 14:33:56 +0000 (+0000) Subject: Add bbdb-wl-ignore-folder-regexp setting. X-Git-Tag: wl-2_9_5~21 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b1c9315bff02e492970a849a94e58f7a8a574499;p=elisp%2Fwanderlust.git Add bbdb-wl-ignore-folder-regexp setting. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 02368ff..fcecc11 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6151,6 +6151,8 @@ OK です。 (setq bbdb-use-pop-up t) ;; @r{自動収集} (setq bbdb/mail-auto-create-p t) +;; @r{自動収集しないフォルダの指定} +(setq bbdb-wl-ignore-folder-regexp "^@@") (setq signature-use-bbdb t) (setq bbdb-north-american-phone-numbers-p nil) ;; @r{サマリに bbdb の名前を表示} :-)。 diff --git a/doc/wl.texi b/doc/wl.texi index 899049b..8326ff4 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -6245,6 +6245,8 @@ byte-compiled and installed. (setq bbdb-use-pop-up t) ;; @r{auto collection} (setq bbdb/mail-auto-create-p t) +;; @r{exceptional folders against auto collection} +(setq bbdb-wl-ignore-folder-regexp "^@@") (setq signature-use-bbdb t) (setq bbdb-north-american-phone-numbers-p nil) ;; @r{shows the name of bbdb in the summary} :-)