Re: adding In-Reply-To field in archived message
James Thomas <[email protected]> Mon, 07 Oct 2024 10:09:38 +0530
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
Peter Münster wrote: > In the summary buffer, I would like to add with just one key-press an > In-Reply-To line to the current message with the Message-Id of the > previous message. Is there already some helper function somewhere, > that > I can use, or should I code it from scratch please? You can process-mark the previous message first, then the current one, and then hit reply. (If I'm understanding what you want correctly) --