Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113180 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 8473 invoked from network); 15 Feb 2021 13:09:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Feb 2021 13:09:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 33830180508 for ; Mon, 15 Feb 2021 04:56:01 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,KHOP_HELO_FCRDNS, SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from processus.org (ns366368.ip-94-23-14.eu [94.23.14.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 15 Feb 2021 04:56:00 -0800 (PST) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by processus.org (Postfix) with ESMTPA id 7DDBB5101324 for ; Mon, 15 Feb 2021 12:55:57 +0000 (UTC) To: internals@lists.php.net References: Message-ID: Date: Mon, 15 Feb 2021 13:55:56 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Authentication-Results: processus.org; auth=pass smtp.auth=pierre-php@processus.org smtp.mailfrom=pierre-php@processus.org X-Spamd-Bar: / Subject: Re: [PHP-DEV] Replies on lists.php.net From: pierre-php@processus.org (Pierre) Le 15/02/2021 à 13:32, Alexandru Pătrănescu a écrit : > On Mon, Feb 15, 2021 at 2:20 PM Pierre wrote: > > I'm interested in this topic as most email clients that I know don't have > such an option like "reply to list". > > Instructions here clearly mention that reply to all should be used: > https://www.php.net/mailing-lists.php > << Be sure to click Reply-All to reply to list. >> > > Maybe the email server or client that you use should be able to understand > that the two email copies are the same email and show only once. > > Regards, > Alex > If you're interested, I'm using Thunderbird, it had this option since the beginning of time. The hardest part is not forgetting it exists. In a lot of open source mail clients you may find this option in the drop down menus when right-clicking on a mail from a list. Some are smarter and will reply properly to the list transparently when you click "reply" (and not "reply to all"). I do not use any CLI mail clients, such as mutt or others, so I will not be of any help about those. Regards, -- Pierre