(Group Parameters): Mention new varable gnus-parameters-case-fold-search.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 1 Nov 2005 23:26:01 +0000 (23:26 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 1 Nov 2005 23:26:01 +0000 (23:26 +0000)
(Home Score File): Addition.

texi/ChangeLog
texi/gnus.texi

index a80eb57..6c56569 100644 (file)
@@ -1,3 +1,9 @@
+2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Group Parameters): Mention new varable
+       gnus-parameters-case-fold-search.
+       (Home Score File): Addition.
+
 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
 
        * gnus.texi (Sorting the Summary Buffer):
index 2c6d163..a8eb81b 100644 (file)
@@ -3103,6 +3103,19 @@ example:
 String value of parameters will be subjected to regexp substitution, as
 the @code{to-group} example shows.
 
+@vindex gnus-parameters-case-fold-search
+By default, whether comparing the group name and one of those regexps
+specified in @code{gnus-parameters} is done in a case-sensitive manner
+or a case-insensitive manner depends on the value of
+@code{case-fold-search} at the time when the comparison is done.  The
+value of @code{case-fold-search} is typically @code{t}; it means, for
+example, the element @code{("INBOX\\.FOO" (total-expire . t))} might be
+applied to both the @samp{INBOX.FOO} group and the @samp{INBOX.foo}
+group.  If you want to make those regexps always case-sensitive, set the
+value of the @code{gnus-parameters-case-fold-search} variable to
+@code{nil}.  Otherwise, set it to @code{t} if you want to compare them
+always in a case-insensitive manner.
+
 
 @node Listing Groups
 @section Listing Groups
@@ -20425,7 +20438,8 @@ group name, the @var{file-name} will be used as the home score file.
 
 @item
 A function.  If the function returns non-@code{nil}, the result will
-be used as the home score file.
+be used as the home score file.  The function will be called with the
+name of the group as the parameter.
 
 @item
 A string.  Use the string as the home score file.