[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Forwarding mail with NO headers
From: |
Richard Riley |
Subject: |
Re: Forwarding mail with NO headers |
Date: |
Mon, 02 Nov 2009 23:58:52 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Reiner Steib <reinersteib+gmane@imap.cc> writes:
> On Mon, Nov 02 2009, Richard Riley wrote:
>
>> Bill Day <williamson.day@gmail.com> writes:
>>> C-c C-f C-c copies the email I am responding to and ALL headers into
>>> my new email.
>
> Not sure what command you have bound to `C-c C-f C-c'. In message
> mode, C-c C-f C-c runs the command message-goto-cc, in the summary
> buffer C-c C-f runs the command gnus-summary-mail-forward.
>
>>> What command (or gnus.el configuration) can I use to get gnus to
>>> default to forwarding only the message body (and any attachments) but
>>> NOT the message headers into my forwarded email?
>>
>> Related: it would be nice to forward a mail without the original to/cc
>> fields.
>
> What's wrong with `message-forward-ignored-headers'?
>
> ,----[ (info "(message)Forwarding") ]
> | `message-forward-ignored-headers'
> | All headers that match this regexp will be deleted when forwarding
> | a message.
> `----
>
> Bye, Reiner.
That works well Reiner. Thanks for the pointer. I had a quick look at
the gnus-summary-message-forward function but am not able (capable?!) to
see how to modify the subject line which Gnus creates for the forward
mail : it currently includes the original "from" as part of the new Subject
line. e.g
Subject: [Fred Smith] FW: Faceless
How can I stop that? I guess a setting of some kind exists.
regards
r.