Re: notmuch and public-inbox

2021-04-30 Thread Eric Wong
Carl Worth wrote: > On Sat, May 01 2021, Eric Wong wrote: > > I never had the interest in using notmuch since Maildirs are a > > non-starter with millions of messages with current FSes/OSes. > > What bottleneck are you seeing here? > > I don't have million(s) of messages but I'm getting close

Re: notmuch and public-inbox

2021-04-30 Thread Felipe Contreras
On Fri, Apr 30, 2021 at 7:05 PM Eric Wong wrote: > > Felipe Contreras wrote: > > My workflow with notmuch is near to perfect, however, the only pain > > point I have is fetching all the mail of a particular mailing list. > > > > To do this efficiently public-inbox seems ideal, however, when > >

notmuch and public-inbox

2021-04-30 Thread Felipe Contreras
Hi, My workflow with notmuch is near to perfect, however, the only pain point I have is fetching all the mail of a particular mailing list. To do this efficiently public-inbox seems ideal, however, when searching information to link notmuch to public-inbox I don't find anything of value. In

The future of Ruby bindings

2021-04-30 Thread Felipe Contreras
Hi, Ruby is by far my favorite programming language, and I'm very familiar with the way it's meant to be used. This is very idiomatic of Ruby: $db.query('').search_threads.each do |thread| puts thread.subject end It works perfectly fine, but it leaks memory. In order to prevent memory