From 9ef083e4fdcda47e86f3ab040785a8f2718e1f86 Mon Sep 17 00:00:00 2001 From: okada Date: Mon, 26 Feb 2001 01:37:14 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto. --- wl/ChangeLog | 1 + wl/wl-vars.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 030e9ed..4008d5d 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-24 Yuuichi Teranishi diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 2208974..898b2d6 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 -- 1.7.10.4