* wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
authoryoichi <yoichi>
Mon, 25 Nov 2002 13:07:36 +0000 (13:07 +0000)
committeryoichi <yoichi>
Mon, 25 Nov 2002 13:07:36 +0000 (13:07 +0000)
take nil so as not to search parent by subject.

wl/ChangeLog
wl/wl-vars.el

index fe5ebad..7cacd94 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
+       take nil so as not to search parent by subject.
+
 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
index 6500446..d1f1b3c 100644 (file)
@@ -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