From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B58101F8C8 for ; Wed, 8 Sep 2021 13:13:31 +0000 (UTC) Received: by mail-qt1-x834.google.com with SMTP id t35so1754593qtc.6 for ; Wed, 08 Sep 2021 06:13:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=s62d+d7YPhB0jMnQD1TlLTDRfDKIZ5sVGhpexRQvhqk=; b=EchhByKMzeITEXpluhgyoJ4mcsQhPpEDCMVuYie8dQODpkuEer4OvmYo+DCqGWbjO9 N+/xc2MDn5BrDi/8QBz+cm0+uf5H2Q9j68dP7W+2cvqtZowp9v0g9FTOdxPog9YD++h5 LxWrEGh2hHvdqidi7khtSe8fzLMbWkPyMhG10= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=s62d+d7YPhB0jMnQD1TlLTDRfDKIZ5sVGhpexRQvhqk=; b=G9pLoN/be8XUGCCF8YLnewlv9lD2hZqpi4mkO1chFnXNZSrYWPsAb3Ii+cK9y63VMo VbXvHmleBVvrH264JerFl+EmD1ql36Xvh0BJeI75Mx5YF4fssg4Duxk3N3Lag1Ad8kY5 23P+XsgErFGjNBlGbk6qliKOD2ckqPg5sUr4MS0L9H0pebycNAm8z8d3wQbAWspzbPsk 71YJnywBf6S0jftDWO8EiZrTLodsxfA8MWr1BuK+UvRJwrz3qnR0SMyPWBeqB8uTsvl+ XC4ZzGTRBtU6FzwbJVTvR97G2WtkZD6sAtGKJmkYo3YOvOXV+etDCAeDkSAL4lv42+7/ 7fOA== X-Gm-Message-State: AOAM531pg3Nxfbp6vJ/I6gJvYg0d95cZkQjfB+iO9xnJPytz967LuvhJ nfZ0YnfcWW0lm5o7YMfz2nCd3g== X-Google-Smtp-Source: ABdhPJzmxYNvU8kFjDd1RD31TuKWGxEy/GwH4KhyDEoRtWi4Hec7hkSMLkSf83qkYyAtj+zmPAFv6w== X-Received: by 2002:ac8:4b4c:: with SMTP id e12mr3621128qts.193.1631106810238; Wed, 08 Sep 2021 06:13:30 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id 20sm1728704qkn.31.2021.09.08.06.13.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Sep 2021 06:13:29 -0700 (PDT) Date: Wed, 8 Sep 2021 09:13:28 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] news_www: favor ->ALL URL when using ->ALL Message-ID: <20210908131328.u2b2attpapaubmxi@meerkat.local> References: <20210907140954.4rlh6pn5fz4ljkxp@meerkat.local> <20210907220203.GA17787@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210907220203.GA17787@dcvr> List-Id: On Tue, Sep 07, 2021 at 10:02:03PM +0000, Eric Wong wrote: > This allows us to link to threads spread across multiple inboxes. > > Reported-by: Konstantin Ryabitsev > Link: https://public-inbox.org/meta/20210907140954.4rlh6pn5fz4ljkxp@meerkat.local/ Works great, thanks! -K