From b1c9315bff02e492970a849a94e58f7a8a574499 Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 7 Jan 2002 14:33:56 +0000 Subject: [PATCH] Add bbdb-wl-ignore-folder-regexp setting. --- doc/wl-ja.texi | 2 ++ doc/wl.texi | 2 ++ 2 files changed, 4 insertions(+) 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} :-) -- 1.7.10.4