Re: [PATCH] lei q: support --thread-id=$MSGID || -T $MSGID

2024-04-12 Thread Eric Wong
Štěpán Němec wrote: > Eric Wong wrote: > > + is $lei_out, '', 'no results on unlrelated thread'; > ^ > s/unlrelated/unrelated/ Thanks, squashed: diff --git a/t/psgi_v2.t b/t/psgi_v2.t index 56a6ae8e..d5c328f0 100644 --- a/t/psgi_v2.t

Re: [PATCH] lei q: support --thread-id=$MSGID || -T $MSGID

2024-04-12 Thread Štěpán Němec
Typo squad alert! On Fri, 12 Apr 2024 02:01:03 + Eric Wong wrote: > diff --git a/t/psgi_v2.t b/t/psgi_v2.t > index 54faae9b..56a6ae8e 100644 > --- a/t/psgi_v2.t > +++ b/t/psgi_v2.t > @@ -101,6 +101,19 @@ EOM > } > }; > > +my $test_lei_q_threadid = sub { > + my ($u) = @_; > +

[PATCH] lei q: support --thread-id=$MSGID || -T $MSGID

2024-04-11 Thread Eric Wong
This adds support for the "POST /$INBOX/$MSGID/?x=m?q=..." added last year to support per-thread searches 764035c83 (www: support POST /$INBOX/$MSGID/?x=m=, 2023-03-30) This only supports instances of public-inbox since 764035c83, but unfortunately there hasn't been a release since then. ---