Gnus development mailing list
 help / color / mirror / Atom feed
* keeping to-header addresses in wide mail replies
@ 2013-05-05 12:17 Mario Peter
  0 siblings, 0 replies; 3+ messages in thread
From: Mario Peter @ 2013-05-05 12:17 UTC (permalink / raw)
  To: ding

Hi All,

I wonder if there is a possibility to keep addresses in to: and cc:
headers where they are when composing a wide reply to an email. When I
do a wide reply, in the to: header remains only the address of whom I
reply to , all other addresses go to cc:

What I want is that all addresses in to: are kept in to:
Is there an option to get such a behavior ? Maybe I have to play with
message-wide-reply-to-function ?

Thx for suggestions!
Mario




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

* Re: keeping to-header addresses in wide mail replies
  2013-05-05 14:42 Mario Peter
@ 2013-05-05 15:38 ` Eric Abrahamsen
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Abrahamsen @ 2013-05-05 15:38 UTC (permalink / raw)
  To: ding

Mario Peter <empee0@gmail.com> writes:

> Hi All,
>
> I wonder if there is a possibility to keep addresses in to: and cc:
> headers where they are when composing a wide reply to an email. When I
> do a wide reply, in the to: header remains only the address of whom I
> reply to , all other addresses go to cc:
>
> What I want is that all addresses in to: are kept in to:
> Is there an option to get such a behavior ?
>
> Maybe I have to play with message-wide-reply-to-function ?
>
> Thx for suggestions!
> Mario

You could certainly write your own `message-wide-reply-to-function', but
looking at all the checks and alterations that go on in
`message-get-reply-headers', you'd pretty much need to copy and paste
the whole body of that function, and then change just the end.

Another option is the function `message-reduce-to-to-cc', which nearly
does what you want: it *replaces* the contents of To with the contents
of Cc, instead of concatenating them. It would be a one- or two-line
change to that function to make it do what you want, though. Then you'd
have to call it explicitly.

Eric





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

* keeping to-header addresses in wide mail replies
@ 2013-05-05 14:42 Mario Peter
  2013-05-05 15:38 ` Eric Abrahamsen
  0 siblings, 1 reply; 3+ messages in thread
From: Mario Peter @ 2013-05-05 14:42 UTC (permalink / raw)
  To: ding

Hi All,

I wonder if there is a possibility to keep addresses in to: and cc:
headers where they are when composing a wide reply to an email. When I
do a wide reply, in the to: header remains only the address of whom I
reply to , all other addresses go to cc:

What I want is that all addresses in to: are kept in to:
Is there an option to get such a behavior ?

Maybe I have to play with message-wide-reply-to-function ?

Thx for suggestions!
Mario




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

end of thread, other threads:[~2013-05-05 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-05 12:17 keeping to-header addresses in wide mail replies Mario Peter
2013-05-05 14:42 Mario Peter
2013-05-05 15:38 ` Eric Abrahamsen

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