From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C906F6DE0F54 for ; Sat, 2 Mar 2019 07:00:58 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.734 X-Spam-Level: X-Spam-Status: No, score=-2.734 tagged_above=-999 required=5 tests=[AWL=-0.233, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5KE9K_CBAQa6 for ; Sat, 2 Mar 2019 07:00:54 -0800 (PST) Received: from ra.horus-it.com (ra.horus-it.com [94.130.34.199]) by arlo.cworth.org (Postfix) with ESMTPS id 634BA6DE0EC6 for ; Sat, 2 Mar 2019 07:00:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by ra.horus-it.com (Postfix) with ESMTP id CF60F48C0C3B for ; Sat, 2 Mar 2019 16:00:49 +0100 (CET) X-Virus-Scanned: at horus-it.com From: Ralph Seichter DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=monksofcool.net; s=k1; t=1551538845; bh=j5kf1aVo5x1qkTTwgqyUevriyJoBBq0AoJfun2/dNL0=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: Content-Type; b=hLFc0quV2N+wnOdDdSMzhNVyXCEQaX3wwvOsLcJASGzZg5r9HeNlcddV7wDwUZ+0v bj5GTRxvvYN4kr9zHz02fA9ruNvN67uL6azsEWtj1GB0cF1TIjzqBASCcgJ+vLURHq Xq1MDNSM5YGci2vvIc/93wSFK+IOY5W2r/I4N0XTeFTT81AjHkPNKChzEppGKb17kX dU06SjxWoSEJ01GvKm2OU1XZDWlhLd+QKTLFG5GVzRWD8e8hLHSLVLgjyCMbX4tARc HxEVyOj3QV9VQAcfWxCgLB2fyz3oBVWDuKwb11fd/jtHEo8qnmPk8hgZqfMwvf80xF UT2ndJIYyJhvg== To: notmuch@notmuchmail.org Subject: Re: Reply to content of "List-Post" header? In-Reply-To: <87y35xpr1z.fsf@len.workgroup> References: <87imx2jknk.fsf@ra.horus-it.com> <87y35xpr1z.fsf@len.workgroup> Date: Sat, 02 Mar 2019 16:00:45 +0100 Message-ID: <87h8clcode.fsf@ra.horus-it.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2019 15:00:59 -0000 * Gregor Zattler: > I do "R" for reply-to-all and then C-c C-l for message-to-list-only > which reduces the To: and Cc: to the mailing list address. I tried both "C-c C-l" and "M-x message-to-list-only" on several messages, but it does not seem to have any effect. I don't see any error reports, but nothing happens. > I don't know how this works, though. I assume it evaluates List- > headers. According to http://www.gnus.org/manual/big-message.html , Emacs Message mode processes the "Mail-Followup-To" header, which seems to be a rarity these days. "List-Post" et al apparently don't factor into it. -Ralph