2001-01-21 Raymond Scholz <ray-2001@zonix.de>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 21 Jan 2001 19:15:43 +0000 (19:15 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 21 Jan 2001 19:15:43 +0000 (19:15 +0000)
* message.texi: Rename X-Mailer and X-Newsreader to User-Agent.

texi/ChangeLog
texi/message.texi

index ce38d18..ecfadaa 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-21  Raymond Scholz <ray-2001@zonix.de>
+
+       * message.texi: Rename X-Mailer and X-Newsreader to User-Agent.
+
 2001-01-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * infohack.el: New file.
index bacc962..22fbd00 100644 (file)
@@ -991,7 +991,7 @@ address (not primary one) is used in the @code{From} field.
 @vindex message-required-mail-headers
 @xref{News Headers}, for the syntax of this variable.  It is
 @code{(From Date Subject (optional . In-Reply-To) Message-ID Lines
-(optional . X-Mailer))} by default.
+(optional . User-Agent))} by default.
 
 @item message-ignored-mail-headers
 @vindex message-ignored-mail-headers
@@ -1085,16 +1085,11 @@ will use @code{system-name} to determine the name of the system.  If
 this isn't a fully qualified domain name (FQDN), Message will use
 @code{mail-host-address} as the FQDN of the machine.
 
-@item X-Newsreader
-@cindex X-Newsreader
+@item User-Agent
+@cindex User-Agent
 This optional header will be filled out according to the
 @code{message-newsreader} local variable.
 
-@item X-Mailer
-This optional header will be filled out according to the
-@code{message-mailer} local variable, unless there already is an
-@code{X-Newsreader} header present.
-
 @item In-Reply-To
 This optional header is filled out using the @code{Date} and @code{From}
 header of the article being replied to.