From: okada Date: Mon, 26 Feb 2001 01:36:39 +0000 (+0000) Subject: * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto. X-Git-Tag: wl-2_6-root~74 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b622a1ba5141d2eb5a9969f1543ee91211cb0b;p=elisp%2Fwanderlust.git * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 409e992..d31c9bd 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,6 +1,7 @@ 2000-02-26 Kenichi OKADA * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'. + * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto. 2001-02-25 Masahiro MURATA diff --git a/wl/wl-vars.el b/wl/wl-vars.el index c541e1c..12e2e63 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -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