From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7717 invoked from network); 12 Dec 2023 18:05:46 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 12 Dec 2023 18:05:46 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1rD78T-00HQ9s-1U for ml@inbox.vuxu.org; Tue, 12 Dec 2023 12:05:42 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96.2) (envelope-from ) id 1rD78T-002Hs6-0q for ml@inbox.vuxu.org; Tue, 12 Dec 2023 12:05:37 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96.2) (envelope-from ) id 1rD78R-002Hs0-2y for ding@lists.math.uh.edu; Tue, 12 Dec 2023 12:05:35 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1rD78M-002nxZ-0H for ding@lists.math.uh.edu; Tue, 12 Dec 2023 12:05:35 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:Message-ID:Date:Subject:From:To: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=CFX/+87rXUkjG3fTmyZScWnUYUKMNU00lhFf2YMHClE=; b=mzAQG27omP0yO18jRIUmda4+33 XR4L1VBGDBhqJhRD4hvWA4f2WgJrMcBhogBo3/FzTTDZwJx86JWumcnB3lFzHGNjrJ4Es9kCujHqh h6iTiUdatzPDEhwHt2J4eOmSEYkBL+A7eA22fdx1LjcFYNZCBtdpgbZvXdgAcfnlSGQE=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rD78F-0004gX-FC for ding@gnus.org; Tue, 12 Dec 2023 19:05:25 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1rD78D-0008T8-UC for ding@gnus.org; Tue, 12 Dec 2023 19:05:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: mail/post forwarding now has an option to forward all original headers Date: Tue, 12 Dec 2023 10:05:14 -0800 Message-ID: <87ttonjnz9.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:h/m2DK0S2UfZeX1vPZApFCRCH6c= List-ID: Precedence: bulk Hi all, Just FYI, I've just added a symblic-prefix option ('a) to `gnus-summary-mail-forward' and `gnus-summary-post-forward', which temporarily sets `message-forward-included-headers' to nil. The effect of that is that nearly all the original headers in the original message is included in the forward message. The option `message-forward-ignored-headers' is still honored, however, which hopefully will usually be the right behavior. Use the symbolic prefix with "M-i a" before "C-c C-f". Let me know if anything seems wrong there. Thanks, Eric