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.8 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-qk1-x72f.google.com (mail-qk1-x72f.google.com [IPv6:2607:f8b0:4864:20::72f]) (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 113D01F8C6 for ; Fri, 27 Aug 2021 14:34:07 +0000 (UTC) Received: by mail-qk1-x72f.google.com with SMTP id p4so1039918qki.3 for ; Fri, 27 Aug 2021 07:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BXca2lif3sIcfkzCBjsZymEzPby8q49ejNxAsDD/L0U=; b=VP7XO4x9mM/9CuUUs/nZQQb0fbSMXNtngJVsMBdRzYxQgLCce/p/LtGtsNgIIjhIVV pZPGmXw1JA4xoBEN7tsefwV8taHIVcCPuVFf7nIb27xDwu9eqT0uPrkdGF9YXLtTbq2M 6LBv63parU7I3V9+mwiPScjVytAdrpCJ90vzY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BXca2lif3sIcfkzCBjsZymEzPby8q49ejNxAsDD/L0U=; b=C7gI5hKJr9tt1hZfaNwslN3/mRXLTqtM+NJteff7u1fN7fZXLMS6jUHtObpbebedii xHwwNWVh9OOoTyds+6Au4UX9OBJoFcbkBiwAtHiM5NBBhghUXj/hepjbkerBJPSiktS8 fW/9tbFuRLD8Dkwhad6atTStAhaeFuQxLlaNU+FZnt4mxdiQZOsMcEfcHsUbX2tQLc+E c0hcYs40s72UkTVHyaUkhwwYxHImhhcQxwqhdNu26ZSe7PJBawAjIcQput1jVo3paeuM 3LVBfCx0vR5kHh3P2/Nit6KLPe2Ne1C1foS7e+Ig9pEbZW4W3CNiLVN2g+rstaiDhWdF 5jUQ== X-Gm-Message-State: AOAM532eELlBXvX+MCmREPbvei4ZURLwtLQmcj04SPCiXiM5yvGMbnFf N3Pulh2g7ZDe167hLk0vZT7CICS/brVyAToNNwcf3T+BQNNyqyzu X-Google-Smtp-Source: ABdhPJxM0THJ3ofyJEb6Wu0H065xmfezWS8Jmoidn/nlu0ncUiWVTIgc/5o1W/koY2YAoTaBuNK8OO2u8LGMIpCIrrQ= X-Received: by 2002:a37:84c:: with SMTP id 73mr9624550qki.208.1630074845859; Fri, 27 Aug 2021 07:34:05 -0700 (PDT) MIME-Version: 1.0 References: <20210826170114.r4j4cpf6hzrhzktt@nitro.local> <20210827120845.29682-1-e@80x24.org> <20210827130303.m2urwyyufrhwaddg@nitro.local> In-Reply-To: <20210827130303.m2urwyyufrhwaddg@nitro.local> From: Konstantin Ryabitsev Date: Fri, 27 Aug 2021 10:33:53 -0400 Message-ID: Subject: Re: [PATCH 0/2] wwwlisting shows /all/ To: Eric Wong Cc: meta@public-inbox.org Content-Type: text/plain; charset="UTF-8" List-Id: On Fri, 27 Aug 2021 at 09:03, Konstantin Ryabitsev wrote: > > Just making /all/ show up at the top like a normal inbox (and > > letting the admin decide on description) seems sufficient. If > > users can get to /all/ then they can search /all/ as normal. > > Sure, this works for me, too, thanks! > https://x-lore.kernel.org/ Hmm.. I just noticed that the "all" link has vanished. The source is showing:
* 2021-08-27 13:24 - 
  All of lore.kernel.org

Restarting public-inbox-httpd fixes it, but I wonder if it will happen again.

-K