From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id B31383851C07 for ; Mon, 11 May 2020 23:46:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B31383851C07 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 04BNkMEI027030 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 11 May 2020 19:46:27 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 04BNkMEI027030 Received: from [10.0.0.193] (unknown [192.222.164.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id EF29F1ED3D; Mon, 11 May 2020 19:46:21 -0400 (EDT) Subject: Re: Form to subscribe to gdb mailing lists To: Joel Brobecker Cc: "gdb-patches@sourceware.org" References: <20200511231229.GL4174@adacore.com> From: Simon Marchi Message-ID: <193f4c0c-089c-30d5-992f-9baddfdfc3fe@polymtl.ca> Date: Mon, 11 May 2020 19:46:21 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200511231229.GL4174@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Mon, 11 May 2020 23:46:22 +0000 X-Spam-Status: No, score=-8.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2020 23:46:29 -0000 On 2020-05-11 7:12 p.m., Joel Brobecker wrote: > I've made the update. > > Each mailing list entry looks like this, now: > > gdb-announce (archives) > A read-only low volume list for the posting of announcements > about releases or other important events. > > "gdb-announce" is a link that points to the mailmain user interface > for that mailing-list. > > "archives" is a link to the archives. > > That way, we get both a link to the subscribe/unsubscribe and > the archives at the same time! > > Normally, I tested every link, but let me know if missed something, > or misunderstood. Thanks, it looks good! I would add that the link in `Patches should be sent to gdb-patches.` in useless, as it links to the node that is just beneath. So it's not even clear what happens when you click on it. It could be removed I think. Simon