Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Forwarding mail with NO headers

0 views
Skip to first unread message

Bill Day

unread,
Nov 1, 2009, 12:10:38 AM11/1/09
to
I am using gnus to read mail from IMAP.

C-c C-f C-c copies the email I am responding to and ALL headers into
my new email.

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?

Thanks for any assistance.

Richard Riley

unread,
Nov 2, 2009, 7:37:35 AM11/2/09
to info-gnu...@gnu.org
Bill Day <william...@gmail.com> writes:

Related: it would be nice to forward a mail without the original to/cc
fields.

Reiner Steib

unread,
Nov 2, 2009, 2:17:39 PM11/2/09
to
On Mon, Nov 02 2009, Richard Riley wrote:

> Bill Day <william...@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.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/

Richard Riley

unread,
Nov 2, 2009, 3:39:29 PM11/2/09
to info-gnu...@gnu.org
Reiner Steib <reinerst...@imap.cc> writes:

> On Mon, Nov 02 2009, Richard Riley wrote:
>
>> Bill Day <william...@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'?

I give up. What is?

Thanks!

Richard Riley

unread,
Nov 2, 2009, 5:58:52 PM11/2/09
to info-gnu...@gnu.org
Reiner Steib <reinerst...@imap.cc> writes:


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.


Reiner Steib

unread,
Nov 4, 2009, 4:05:49 PM11/4/09
to
On Mon, Nov 02 2009, Richard Riley wrote:

> Reiner Steib <reinerst...@imap.cc> writes:
>> What's wrong with `message-forward-ignored-headers'?
>>
>> ,----[ (info "(message)Forwarding") ]

[...]


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

Continue reading (info "(message)Forwarding"):

,----[ (info "(message)Forwarding") ]
| `message-make-forward-subject-function'
| A list of functions that are called to generate a subject header
| for forwarded messages. The subject generated by the previous
| function is passed into each successive function.
|
| The provided functions are:
|
| `message-forward-subject-author-subject'
| Source of article (author or newsgroup), in brackets followed
| by the subject.
|
| `message-forward-subject-fwd'
| Subject of article with `Fwd:' prepended to it.

0 new messages