From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=no autolearn_force=no version=3.4.4 Received: from mx1.math.uh.edu (mx1.math.uh.edu [129.7.128.32]) by inbox.vuxu.org (Postfix) with ESMTP id 669962B738 for ; Tue, 1 Oct 2024 18:00:10 +0200 (CEST) Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1svfIG-0000000AV7u-3H9o for ml@inbox.vuxu.org; Tue, 01 Oct 2024 11:00:08 -0500 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.97.1) (envelope-from ) id 1svfIE-00000004y1A-3xi9 for ml@inbox.vuxu.org; Tue, 01 Oct 2024 11:00:06 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.97.1) (envelope-from ) id 1svbqS-00000004xlA-015f for ding@lists.math.uh.edu; Tue, 01 Oct 2024 07:19:12 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1svbqQ-0000000AMfF-0ZVN for ding@lists.math.uh.edu; Tue, 01 Oct 2024 07:19:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:Message-ID:Date:Subject:From:To: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Ao0gBssffrpxXux+OA91Kq7TJU1JWcX3sX2qHvgsPXA=; b=e8djjCxTnSVz1YNVXL+3oQOuri DSKLrr2WHu5PaJKxVy1nAVQcguZewRq6s6Kb78EtfViGp6qeBoMexP3thRk7Pm6oHSjVl9KI2FlKf 8IFS2oVRjA3/QZmvKhyOmNQeb1nOZpTXTlsbAs3V/hV30KVM6wZ1oSc1GdwX95gXu3mU=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1svbqI-0001k6-Jl for ding@gnus.org; Tue, 01 Oct 2024 14:19:05 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1svbqG-00039d-IL for ding@gnus.org; Tue, 01 Oct 2024 14:19:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: =?utf-8?Q?Peter_M=C3=BCnster?= Subject: adding In-Reply-To field in archived message Date: Tue, 01 Oct 2024 14:18:53 +0200 Message-ID: <87msjodniq.fsf@a16n.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:Wx91FEy5rL/RUacGMEELvPfaH0E= List-ID: Precedence: bulk Hi, 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? TIA for any hints, -- Peter