From: teranisi Date: Fri, 28 Apr 2000 07:58:34 +0000 (+0000) Subject: (wl-summary-search-parent-by-subject-regexp): Fixed default value. X-Git-Tag: wl-1_1_1~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0f62ef06f15e3274b302743bd4aa8ae7500d62b0;p=elisp%2Fwanderlust.git (wl-summary-search-parent-by-subject-regexp): Fixed default value. --- diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 4b2385f..6159d8a 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -4,7 +4,7 @@ ;; Author: Yuuichi Teranishi ;; Keywords: mail, net news -;; Time-stamp: <00/04/28 16:11:11 teranisi> +;; Time-stamp: <2000-04-28 16:56:38 teranisi> ;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen). @@ -175,7 +175,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