>>>>> In Reiner Steib wrote: > On Mon, Jan 23 2006, Dan Jacobson wrote: >> I use 2SW, but the From of the 2nd message is not put into the To list. >> gnus-version: "No Gnus v0.4" > Confirmed. Could someone please investigate? I attached a patch for the latest Gnus CVS trunk. Could you test it with the `SV' command rather than the `SW' command? It seems that the `SW' (wide reply) command has not been designed to gather recipients in all articles to be replied. Instead, the `SV' (very wide reply) command seems to have aimed to do that. However, it has not been achieved, and I think there's no chance of succeeding in the present way[1] either. If I don't misunderstand the difference between `SW' and `SV', the way of my patch will break the deadlock, and will make it possible to integrate `SW' and `SV'. Though, so far I don't have an idea to make `message-widen-reply' and `message-insert-wide-reply' work with several articles as well, and I also don't have an idea of how to make the References header for several articles to be replied eitgher. [1] When performing `very wide reply', `gnus-summary-reply' gathers headers of all articles into a header of a reply message, and then `message-get-reply-headers' (or possibly `message-wide-reply-to-function') parses it. Here's a patch: * gnus-msg.el (gnus-summary-reply): Make recipients very wide for very wide reply.