From: yoichi Date: Mon, 25 Nov 2002 13:10:00 +0000 (+0000) Subject: * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can X-Git-Tag: wl-2_10_0pre3~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=554845758f856d9259f1b7f18e1f19e0202fa600;p=elisp%2Fwanderlust.git * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can take nil so as not to search parent by subject. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index e5baf88..f24be60 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2002-11-25 Yoichi NAKAYAMA + + * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can + take nil so as not to search parent by subject. + 2002-11-13 Yuuichi Teranishi * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 187721e..64eafe0 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -325,8 +325,10 @@ It is highly recommended to set this value to t." (defcustom wl-summary-search-parent-by-subject-regexp "^[ \t]*\\(\\[[^:]+[,: ][0-9]+\\]\\)?[ \t]*re[\\^[:> ]" "*If message does not have in-reply-to field nor references field and - subject matches this regexp, search parent message by subject matching." - :type 'string +subject matches this regexp, search parent message by subject matching. +If nil, never search search parent by subject." + :type '(choice string + (const :tag "Don't search parent" nil)) :group 'wl-summary) ;; Important folders