Re: kgl and git shallow issue
Konstantin Ryabitsev <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <20260521-chirpy-hot-cassowary-5df4ff@meerkat> |
On Wed, May 20, 2026 at 08:58:53PM -0700, Borislav Petkov wrote: > config file has: > > [targets.local] > type = 'maildir' > path = '~/Mail/lkml' > > ### Deliveries ### > > [deliveries.lkml] > feed = 'https://lore.kernel.org/lkml' > target = 'local' > labels = ['LKML'] > > I.e., nothing special. > > > Yes, I'd like to troubleshoot this further, assuming you want each and every > > one of those 34277 new messages. :) > > Yeah, I had deleted the maildir directories cur,tmp,new in ~/Mail/lkml as > I was trying to make it refetch everything. > > After doing: > > mkdir cur tmp new > > it works now. Right, a maildir must, by definition, have these directories, otherwise it's just a dir. We're not currently handling the situation where a maildir is not strictly valid, but I'll consider if we should. Thanks! -K