* wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
authoryoichi <yoichi>
Thu, 4 Aug 2005 15:52:32 +0000 (15:52 +0000)
committeryoichi <yoichi>
Thu, 4 Aug 2005 15:52:32 +0000 (15:52 +0000)
wl/ChangeLog
wl/wl-vars.el

index e564c9c..bb47d39 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
+
 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-vars.el (wl-draft-additional-header-alist): Add into the
index a87f064..141ba8e 100644 (file)
@@ -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)