From 4c781f6bc598b9b19c7092f99b9aba68e09def08 Mon Sep 17 00:00:00 2001 From: teranisi Date: Fri, 28 Apr 2000 07:29:40 +0000 Subject: [PATCH] (wl-summary-search-parent-by-subject-regexp): New variable. --- wl/wl-vars.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wl/wl-vars.el b/wl/wl-vars.el index d5bf1c8..4b2385f 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -4,7 +4,7 @@ ;; Author: Yuuichi Teranishi ;; Keywords: mail, net news -;; Time-stamp: <2000-04-07 10:40:28 teranisi> +;; Time-stamp: <00/04/28 16:11:11 teranisi> ;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen). @@ -175,6 +175,12 @@ 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" + "*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 + :group 'wl-summary) + (defcustom wl-summary-update-confirm-threshold 500 "*Confirm updating summary if message number is larger than this value." :type 'integer -- 1.7.10.4