From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8482 Path: main.gmane.org!not-for-mail From: Sean Lynch Newsgroups: gmane.emacs.gnus.general Subject: gnus-summary-mail-forward-full-headers Date: 24 Oct 1996 10:22:34 -0700 Sender: seanl@Earth.Internex.NET Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.88) Content-Type: multipart/mixed; boundary="Multipart_Thu_Oct_24_10:22:34_1996-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035148635 12379 80.91.224.250 (20 Oct 2002 21:17:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:17:15 +0000 (UTC) Return-Path: Original-Received: (qmail 13048 invoked from smtpd); 24 Oct 1996 17:36:41 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 24 Oct 1996 17:36:40 -0000 Original-Received: from starfleet.Internex.NET (starfleet.InterNex.Net [199.2.14.11]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 24 Oct 1996 19:22:40 +0200 Original-Received: from earth.InterNex.Net (Earth [199.2.13.16]) by starfleet.Internex.NET (8.8.0/8.8.0) with SMTP id KAA21690 for ; Thu, 24 Oct 1996 10:22:36 -0700 (PDT) Original-Received: by earth.InterNex.Net (SMI-8.6/SMI-SVR4) id KAA28717; Thu, 24 Oct 1996 10:22:35 -0700 Original-To: ding@ifi.uio.no X-URL: http://www.literati.org/seanl/ X-Comment: Unsolicited commercial email will be dealt with appropriately. Original-Lines: 24 X-Mailer: Red Gnus v0.52/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:8482 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8482 --Multipart_Thu_Oct_24_10:22:34_1996-1 Content-Type: text/plain; charset=US-ASCII Since I couldn't find a function in Gnus to forward with full headers, so I could complain about spam, I wrote a function to do it: (defun gnus-summary-mail-forward-full-headers (&optional post) "Forward the current message to another user with all its headers intact." (interactive "P") (let ((message-included-forward-headers ".*")) (gnus-summary-mail-forward post))) Does this functionality already exist in Gnus, and if it doesn't, should it be added? --Multipart_Thu_Oct_24_10:22:34_1996-1 Content-Type: text/plain; charset=US-ASCII Sean Lynch, Internex Network Operations Voice: +1 408 327 2355 Fax: +1 408 496 5484 Technical support: Voice: +1 408 327 2200 Network status: x2 --Multipart_Thu_Oct_24_10:22:34_1996-1--