Re: adding In-Reply-To field in archived message
Robert Pluim <[email protected]> Tue, 01 Oct 2024 18:38:07 +0200
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Tue, 01 Oct 2024 14:18:53 +0200, Peter Münster <[email protected]> said: Peter> Hi, Peter> In the summary buffer, I would like to add with just one key-press an Peter> In-Reply-To line to the current message with the Message-Id of the Peter> previous message. Is there already some helper function somewhere, that Peter> I can use, or should I code it from scratch please? Iʼd draw inspiration from `message-make-in-reply-to'. If itʼs just a one-off thing, you could try just creating a reply to the previous message, and copying out the generated In-Reply-To. Robert --