2001-11-15 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 15 Nov 2001 19:17:32 +0000 (19:17 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 15 Nov 2001 19:17:32 +0000 (19:17 +0000)
* gnus.texi (Various Summary Stuff): Add gnus-newsgroup-variables.

texi/ChangeLog
texi/gnus.texi

index b4de766..9feae2f 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (Various Summary Stuff): Add gnus-newsgroup-variables.
+
 2001-11-15 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * message.texi (Security): @uref not @url.
index 4dcde10..3bfbfec 100644 (file)
@@ -9275,6 +9275,22 @@ the list in one particular group:
     articles))
 @end lisp
 
+@vindex gnus-newsgroup-variables
+@item gnus-newsgroup-variables
+A list of newsgroup (summary buffer) local variables, or cons of
+variables and their default values (when the default values are not
+nil), that should be made global while the summary buffer is active.
+These variables can be used to set variables in the group parameters
+while still allowing them to affect operations done in other
+buffers. For example:
+
+@lisp
+(setq gnus-newsgroup-variables 
+     '(message-use-followup-to
+       (gnus-visible-headers . 
+        "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
+@end lisp
+
 @end table