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.6 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) (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 9BF901F8C8 for ; Thu, 16 Sep 2021 17:38:35 +0000 (UTC) Received: by mail-qk1-x72a.google.com with SMTP id c10so8842127qko.11 for ; Thu, 16 Sep 2021 10:38:35 -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=hZsvcpUXq/ACdv+bKxh1DtNzz16ySTh61KE8cSh7Zg8=; b=MlKdb14eTWNdx9l6ng8pC7uX2QoAPZ1i4ikG66KEGWbPWagQpLwTKKdYL2/J++VQBr 0qgAeqxFEjEX7oVwNPAeLPHeqUKvVL7aD5pJ14IcN0K8Z8KfyvO2GGmRmRuGrYbDiZr/ 3p253lYwzoPtmCuKquvBibUKk+m5rPnfJjo9k= 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=hZsvcpUXq/ACdv+bKxh1DtNzz16ySTh61KE8cSh7Zg8=; b=6URLJFLvMewt973LCUOC+rTvImbkNM0RTAYTSoEI8Hy9sIBAqVGB6ChrboCjZH7RlK LbjHLSNYSjKCDwtJ4nx8VRmAwXNdP1Z+7/zewUqJBkCkPFxcUkXKDESdrBMdsIz9hjTg sEcgHnkPx6ofW+Tx8VGgdqum36P6DhF3qmMnbD6cdgYR0AA4ld+IDUyMFFVBg4nh0rIy qYVMgJ5M6VvZ+F0h6Bl7+Wg5WwqlxscIhXm+qv0t9ee0LSHyGKyGDnmX7/eUg6p4r3re S2sYrVjgCAFtu0dD2ZGoR4KUwsp7UBIaYJP4rYhvdZndYH2ub/CBVv1z/cMKoszKK57q uS/w== X-Gm-Message-State: AOAM531bJ/sv2QVyc2cIVXRt8gYLVcOSo5qwCdaOjs6hVqzWer7Rz1Z9 jq+xTZ9ny6+y3ebHQd47esmlyA== X-Google-Smtp-Source: ABdhPJylPqUugMCOozJR3CT+DLnDrj9sfZrSfGHOMpDu+FpTgLu8syA/24LgouRmksHNrBe6bsm5Aw== X-Received: by 2002:a37:607:: with SMTP id 7mr6255360qkg.0.1631813914387; Thu, 16 Sep 2021 10:38:34 -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 o23sm2783623qkk.40.2021.09.16.10.38.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Sep 2021 10:38:33 -0700 (PDT) Date: Thu, 16 Sep 2021 13:38:32 -0400 From: Konstantin Ryabitsev To: Luis Chamberlain Cc: meta@public-inbox.org Subject: Re: make menuconfig interface for lei / grok-pull Message-ID: <20210916173832.xxw3h45k4xl6vt5y@meerkat.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: On Wed, Sep 15, 2021 at 02:34:40PM -0700, Luis Chamberlain wrote: > My use case is I'm subscribed to a few kernel mailign lists and I use > mutt with Maildir. I had configured recently pi-piper and grokmirror > so that I get only the last 1 year of email from a few set of mailing > lists. For this I needed to know the commit IDs for those emails on > the public-inbox git mirror for each mailing list. The pi-piper bit was really only useful for this until lei showed up. I wrote it mostly so we could pipe things to patchwork straight from public-inbox git archives. > I was hinted using lei would be better though. But I'm stuck: FYI, I'm giving a talk about that on Monday. https://linuxplumbersconf.org/event/11/contributions/983/ Assuming I finish the prep work by then. Hopefully, you don't live on the US West Coast and don't have to wake up at 7AM to attend. -K