From: yoichi Date: Thu, 4 Aug 2005 15:52:32 +0000 (+0000) Subject: * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring. X-Git-Tag: wl-2_15_3~62 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8c53405e17f5ff49f03d3679f796012809457db0;p=elisp%2Fwanderlust.git * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring. --- 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)