Adam writes:

> I just noticed that when I forward a message, the To: header gets
> removed.
>
> It this something I have configured wrong, or is there a(nother) reason?

It's the default, since April, where this changes was committed:

  commit 5a5e4eb76a3e9bfc7d4eeec06f874b524d4df450
  Author: Lars Ingebrigtsen <la...@gnus.org>
  Date:   Thu Apr 26 19:45:53 2018 +0200

      Strip most headers when forwarding messages

      * lisp/gnus/message.el (message-forward-included-headers): Change
      the default to exclude most messages.
      (message-remove-ignored-headers): Make
      message-forward-included-headers actually work -- it's a list of
      regexps, not a list of strings.

which sets message-forward-included-headers to '("^From:" "^Subject:" "^Date:")

Shouldn't it include To: ?


  Best regards,

    Adam

-- 
 "När vi drömmare slutat drömma                               Adam Sjøgren
  Har ni andra inga drömmar kvar"                        a...@koldfront.dk


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to