From 8c53405e17f5ff49f03d3679f796012809457db0 Mon Sep 17 00:00:00 2001 From: yoichi Date: Thu, 4 Aug 2005 15:52:32 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring. --- wl/ChangeLog | 4 ++++ wl/wl-vars.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index e564c9c..bb47d39 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2005-08-04 Yoichi NAKAYAMA + + * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring. + 2005-07-17 Hiroya Murata * wl-vars.el (wl-draft-additional-header-alist): Add into the diff --git a/wl/wl-vars.el b/wl/wl-vars.el index a87f064..141ba8e 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -2467,7 +2467,8 @@ already existing summary." (defcustom wl-summary-showto-folder-regexp nil "Regexp specifying the folder that shows the To (or Newsgroups) field as -Sender information in summary mode." +Sender information in summary mode. It is effective when the value of +`wl-summary-from-function' is `wl-summary-default-from'" :type '(choice (const :tag "none" nil) regexp) :group 'wl-summary) -- 1.7.10.4