From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from out-189.mta1.migadu.com (out-189.mta1.migadu.com [IPv6:2001:41d0:203:375::bd]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 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 354271F452 for ; Fri, 1 Dec 2023 01:29:23 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=kyleam.com header.i=@kyleam.com header.a=rsa-sha256 header.s=key1 header.b=B7uYFqOz; dkim-atps=neutral X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1701394160; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mDuTK8G9AjabBgy+dhNO/kTaApgo4nK8nyKS3FNjvKQ=; b=B7uYFqOzLYFugwwzPaVLdQ73ELyVSTfsv5dZSDtNoDowH5f3KZctlpZMu9RFdQM4/iFQ35 /bGuFVPn699T2wUoPcs/y43S6ioU+qymqVC2xQUm972K54SXlwiBZ2fQnweaFqwFRwlOO6 HDSEAOiLR9IFZOUGccA5GUd/jW6GOthM7IGW8rHYGt7qsCaeeFbG24yGZmS0Tai8Gix113 e8HhHDHFp7dz0aZPg0lseo9Te3ohI4nuyWdEIySTNw1tmGVVjLO62tGZ2K9fZRx6n/S8hg A9NKnt91eaD94zz6wO0BtsBnEomqPdVn5l23FiaPwgENjqI8KAX0DO3OrxT9Zg== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 13/15] www_listing: support publicInbox.nameIsUrl In-Reply-To: <20231130114109.2577708-14-e@80x24.org> References: <20231130114109.2577708-1-e@80x24.org> <20231130114109.2577708-14-e@80x24.org> Date: Thu, 30 Nov 2023 20:29:15 -0500 Message-ID: <87bkbazp5g.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT List-Id: Eric Wong writes: > This is a convenient (and slightly memory-saving) alternative to > specifying a `publicinbox.*.url' entry for every single inbox > when using publicinbox.wwwListing. Nice. > +=item publicinbox.nameIsUrl > + > +Treat the name of the public inbox as it's unqualified URL when s/it's/its/