--- texi/gnus.texi~ Fri Mar 7 10:39:30 2003 +++ texi/gnus.texi Sun Mar 9 16:06:00 2003 @@ -10535,6 +10535,8 @@ @item newsgroups Remove the @code{Newsgroups} header if it only contains the current group name. +@item broken-reply-to +Remove the @code{Reply-To} header if the group has (broken-reply-to . t). @item to-address Remove the @code{To} header if it only contains the address identical to the current groups's @code{to-address} parameter. @@ -10553,11 +10555,11 @@ Remove all @code{To} headers if there are more than one. @end table -To include these three elements, you could say something like: +To include these four elements, you could say something like: @lisp (setq gnus-boring-article-headers - '(empty followup-to reply-to)) + '(empty broken-reply-to followup-to reply-to)) @end lisp This is also the default value for this variable.