Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-summary-mail-forward-full-headers
@ 1996-10-24 17:22 Sean Lynch
  1996-10-24 21:39 ` gnus-summary-mail-forward-full-headers Eric Hendrickson
  1996-10-25  8:03 ` gnus-summary-mail-forward-full-headers Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: Sean Lynch @ 1996-10-24 17:22 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

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?

[-- Attachment #2: Type: text/plain, Size: 304 bytes --]

Sean Lynch,  Internex Network Operations                 <noc@internex.net>
Voice: +1 408 327 2355  Fax: +1 408 496 5484  <URL:http://www.internex.net>
Technical support: <support@internex.net> <URL:http://support.internex.net>
Voice: +1 408 327 2200  Network status: x2        <net-status@internex.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnus-summary-mail-forward-full-headers
  1996-10-24 17:22 gnus-summary-mail-forward-full-headers Sean Lynch
@ 1996-10-24 21:39 ` Eric Hendrickson
  1996-10-25  8:03 ` gnus-summary-mail-forward-full-headers Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Hendrickson @ 1996-10-24 21:39 UTC (permalink / raw)
  Cc: ding

Sean Lynch <seanl@internex.net> writes:

> 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?

Hmm, that is a great idea.  Perhaps under S o M?  I would use such a
feature as often as I get SPAMs (which is too often :)  Currently I
just cut/paste the full headers into my mail forward....  But of
course the real solution is to write a function to do it!  :)

		--eric
-- 
			   "Why, I make more money than Calvin Coolidge... PUT
			    TOGETHER!"
[Ack!  It's Lena Lamont, from SINGIN' IN THE RAIN!]


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnus-summary-mail-forward-full-headers
  1996-10-24 17:22 gnus-summary-mail-forward-full-headers Sean Lynch
  1996-10-24 21:39 ` gnus-summary-mail-forward-full-headers Eric Hendrickson
@ 1996-10-25  8:03 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-10-25  8:03 UTC (permalink / raw)


Sean Lynch <seanl@Internex.NET> writes:

> 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:

It sounds like a useful idea, but perhaps just using a prefix with 
`S o m' and `S o p' should force full headers instead?  I've now done
so in 0.53.

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-10-25  8:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-10-24 17:22 gnus-summary-mail-forward-full-headers Sean Lynch
1996-10-24 21:39 ` gnus-summary-mail-forward-full-headers Eric Hendrickson
1996-10-25  8:03 ` gnus-summary-mail-forward-full-headers Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).