Re: make menuconfig interface for lei / grok-pull

2021-09-19 Thread Eric Wong
Eric Wong wrote: > Luis Chamberlain wrote: ># populate ~/.cache/lei/uri_folder/.sqlite3 >lei ls-mail-source nntp://nntp.lore.kernel.org lei ls-mail-source -l nntp://nntp.lore.kernel.org I just made "-l" show pretty JSON output in the terminal to help find NNTP article ranges.

Re: lei import on epochs [was: make menuconfig interface for lei / grok-pull]

2021-09-16 Thread Luis Chamberlain
On Thu, Sep 16, 2021 at 5:22 PM Eric Wong wrote: > Since epochs expose the gittyness of lei, perhaps a limited form > of commitish-like ranges used by git would work: > > lei add-external --mirror $URL --epoch=0..9 > lei add-external --mirror $URL --epoch=5.. > lei add-external --mirror

Re: lei import on epochs [was: make menuconfig interface for lei / grok-pull]

2021-09-16 Thread Eric Wong
Luis Chamberlain wrote: > On Thu, Sep 16, 2021 at 09:09:02PM +, Eric Wong wrote: > > Luis Chamberlain wrote: > > > # The next two don't work > > > lei import import https://lore.kernel.org/linux-fsdevel/git/0.git > > > > Btw, extra "import" aside; I never intended to support the above > >

Re: make menuconfig interface for lei / grok-pull

2021-09-16 Thread Luis Chamberlain
On Thu, Sep 16, 2021 at 01:38:32PM -0400, Konstantin Ryabitsev wrote: > 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

Re: lei import on epochs [was: make menuconfig interface for lei / grok-pull]

2021-09-16 Thread Luis Chamberlain
On Thu, Sep 16, 2021 at 09:09:02PM +, Eric Wong wrote: > Luis Chamberlain wrote: > > # The next two don't work > > lei import import https://lore.kernel.org/linux-fsdevel/git/0.git > > Btw, extra "import" aside; I never intended to support the above > case. However, your post got me

lei import on epochs [was: make menuconfig interface for lei / grok-pull]

2021-09-16 Thread Eric Wong
Luis Chamberlain wrote: > # The next two don't work > lei import import https://lore.kernel.org/linux-fsdevel/git/0.git Btw, extra "import" aside; I never intended to support the above case. However, your post got me thinking we could and probably should... :> (epochs are git storage with a

IMAP vs NNTP [was: make menuconfig interface for lei / grok-pull]

2021-09-16 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Wed, Sep 15, 2021 at 11:06:05PM +, Eric Wong wrote: > > Does lore.kernel.org run public-inbox-imapd? > > I'm still not convinced it's useful for huge collections, especially > considering how chatty IMAP is. Is there any benefit to enable it for lei use? lei

Re: make menuconfig interface for lei / grok-pull

2021-09-16 Thread Konstantin Ryabitsev
On Wed, Sep 15, 2021 at 11:06:05PM +, Eric Wong wrote: > Does lore.kernel.org run public-inbox-imapd? I'm still not convinced it's useful for huge collections, especially considering how chatty IMAP is. Is there any benefit to enable it for lei use? -K

Re: make menuconfig interface for lei / grok-pull

2021-09-16 Thread Konstantin Ryabitsev
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

Re: make menuconfig interface for lei / grok-pull

2021-09-15 Thread Eric Wong
Btw, without having any externals on disk: lei q [OPTIONS] --only https://lore.kernel.org/linux-fsdevel/ SEARCH_TERMS... works, and I use it often. Perl^Wlei: there's more than one way to do it :> -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/

Re: make menuconfig interface for lei / grok-pull

2021-09-15 Thread Eric Wong
Kyle Meyer wrote: > A good chunk of the current documentation was fumbled together by me, so > I'm sure there are many spots for improvement but... No worries, my brain is a disorganized mess (always has been, but pandemic has made it worse) and I've realized a lot of my design choices around

Re: make menuconfig interface for lei / grok-pull

2021-09-15 Thread Eric Wong
Luis Chamberlain wrote: > On Wed, Sep 15, 2021 at 09:44:20PM +, Eric Wong wrote: > > Luis Chamberlain wrote: > > > # The next two don't work > > > lei import import https://lore.kernel.org/linux-fsdevel/git/0.git > > > lei add-external git://lore.kernel.org/linux-fsdevel/git/0.git > > > >

Re: make menuconfig interface for lei / grok-pull

2021-09-15 Thread Kyle Meyer
Eric Wong writes: > Luis Chamberlain wrote: >> # The next two don't work >> lei import import https://lore.kernel.org/linux-fsdevel/git/0.git >> lei add-external git://lore.kernel.org/linux-fsdevel/git/0.git > > Apologies, I need to document this better. This should work: A good chunk of the

Re: make menuconfig interface for lei / grok-pull

2021-09-15 Thread Luis Chamberlain
On Wed, Sep 15, 2021 at 09:44:20PM +, Eric Wong wrote: > Luis Chamberlain wrote: > > # The next two don't work > > lei import import https://lore.kernel.org/linux-fsdevel/git/0.git > > lei add-external git://lore.kernel.org/linux-fsdevel/git/0.git > > Apologies, I need to document this

Re: make menuconfig interface for lei / grok-pull

2021-09-15 Thread Eric Wong
Luis Chamberlain wrote: > # The next two don't work > lei import import https://lore.kernel.org/linux-fsdevel/git/0.git > lei add-external git://lore.kernel.org/linux-fsdevel/git/0.git Apologies, I need to document this better. This should work: lei add-external --mirror

make menuconfig interface for lei / grok-pull

2021-09-15 Thread Luis Chamberlain
Greetings, I unsubscribed to most mailing lists thanks to public-inbox. Thanks to public-inbox my inbox went on quite a bit of diet. Now, the way I work though is... I like to hop onto different systems every now and then, and not rely on one central place for everything. This is because when