* wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
authorokada <okada>
Mon, 26 Feb 2001 01:36:54 +0000 (01:36 +0000)
committerokada <okada>
Mon, 26 Feb 2001 01:36:54 +0000 (01:36 +0000)
wl/ChangeLog
wl/wl-vars.el

index fe98f9d..5f4d0de 100644 (file)
@@ -1,6 +1,7 @@
 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
 
        * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
+       * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
 
 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
 
index 45c45b5..f5d45f7 100644 (file)
@@ -178,7 +178,7 @@ If you don't have multiple e-mail addresses, you don't have to set this."
   :type 'function
   :group 'wl-summary)
 
-(defcustom wl-summary-search-parent-by-subject-regexp "^[ \t]*\\(\\[[^:]+[,: ][0-9]+\\]\\)?[ \t]*re[\\^[: ]"
+(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