2003-04-15 Michael Shields <shields@msrl.com>
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 16 Apr 2003 21:58:04 +0000 (21:58 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 16 Apr 2003 21:58:04 +0000 (21:58 +0000)
* gnus.texi (Group Parameters, Hiding Headers): Document that
the broken-reply-to group parameter now also affects header
hiding.
* gnus.texi (Summary Mail Commands): Suggest setting the
broken-reply-to parameter if you find yourself using `B r'.

texi/ChangeLog
texi/gnus.texi

index 864b871..a3004ce 100644 (file)
@@ -1,3 +1,11 @@
+2003-04-15  Michael Shields  <shields@msrl.com>
+
+       * gnus.texi (Group Parameters, Hiding Headers): Document that
+       the broken-reply-to group parameter now also affects header
+       hiding.
+       * gnus.texi (Summary Mail Commands): Suggest setting the
+       broken-reply-to parameter if you find yourself using `B r'.
+
 2003-04-16  Simon Josefsson  <jas@extundo.com>
 
        * emacs-mime.texi (MML Definition): Add sender tag.
index e5b912f..6f77ab0 100644 (file)
@@ -2745,10 +2745,11 @@ of whether it has any unread articles.
 @item broken-reply-to
 @cindex broken-reply-to
 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
-headers in this group are to be ignored.  This can be useful if you're
-reading a mailing list group where the listserv has inserted
-@code{Reply-To} headers that point back to the listserv itself.  This is
-broken behavior.  So there!
+headers in this group are to be ignored, and for the header to be hidden
+if @code{reply-to} is part of @code{gnus-boring-article-headers}.  This
+can be useful if you're reading a mailing list group where the listserv
+has inserted @code{Reply-To} headers that point back to the listserv
+itself.  That is broken behavior.  So there!
 
 @item to-group
 @cindex to-group
@@ -5214,6 +5215,10 @@ command uses the process/prefix convention.
 @findex gnus-summary-reply-broken-reply-to
 Mail a reply to the author of the current article but ignore the
 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
+If you need this because a mailing list incorrectly sets a
+@code{Reply-To} header pointing to the list, you probably want to set
+the @code{broken-reply-to} group parameter instead, so things will work
+correctly.  @xref{Group Parameters}.
 
 @item S B R
 @kindex S B R (Summary)
@@ -10685,7 +10690,8 @@ Remove the @code{Followup-To} header if it is identical to the
 @code{Newsgroups} header.
 @item reply-to
 Remove the @code{Reply-To} header if it lists the same address as the
-@code{From} header.
+@code{From} header, or if the @code{broken-reply-to} group parameter is
+set.
 @item newsgroups
 Remove the @code{Newsgroups} header if it only contains the current group
 name.