2003-02-24 Reiner Steib <Reiner.Steib@gmx.de>
authorKai Grossjohann <kgrossjo@eu.uu.net>
Tue, 25 Feb 2003 10:44:25 +0000 (10:44 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Tue, 25 Feb 2003 10:44:25 +0000 (10:44 +0000)
* gnus.texi (Mail and Post): Added `gnus-user-agent', removed
`gnus-version-expose-system'.

texi/ChangeLog
texi/gnus.texi

index 2d2033a..aa71917 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Mail and Post): Added `gnus-user-agent', removed
+       `gnus-version-expose-system'.
+
 2003-02-24  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus.texi: Markup fixes.
index b1250d3..3721e1f 100644 (file)
@@ -11183,13 +11183,17 @@ really are mailing lists.  Then, at least, followups to the mailing
 lists will work most of the time.  Posting to these groups (@kbd{a}) is
 still a pain, though.
 
-@item gnus-version-expose-system
-@vindex gnus-version-expose-system
-
-Your system type (@code{system-configuration} variable, such as
-@samp{i686-pc-linux}) is exposed in the auto-generated by default
-User-Agent header. Sometimes, it may be desireable (mostly because of
-aesthetic reasons) to turn it off. In this case, set it to @code{nil}.
+@item gnus-user-agent
+@vindex gnus-user-agent
+@cindex User-Agent
+
+This variable controls which information should be exposed in the
+User-Agent header.  It can be one of the symbols @code{full} (show full
+information, i.e. Emacs and Gnus version and system configuration),
+@code{emacs-gnus} (show only Emacs and Gnus version),
+@code{emacs-gnus-type} (same as @code{emacs-gnus} plus system type),
+@code{gnus} (show only Gnus version) or a custom string.  If you set it
+to a string, be sure to use a valid format, see RFC 2616.
 
 @end table