Eric Wong <[email protected]> wrote: > Getting -tt to work on remote inboxes will take more effort. > I'm not sure which option is better:
I suppose documenting the current breakage first is important: --------- 8< -------- Subject: [PATCH] doc: note "lei q -tt" is broken with HTTP(S) remotes I'm still trying to decide how to handle HTTP(S) remotes properly... Link: https://public-inbox.org/meta/20230226170931.M947721@dcvr/ --- Documentation/lei-q.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index d52c5b04..5e9a5658 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -124,6 +124,9 @@ of the same thread. TODO: Warning: this flag may become persistent and saved in lei/store unless an MUA unflags it! (Behavior undecided) +Caveat: C<-tt> only works on locally-indexed messages at the +moment, and not on remote (HTTP(S)) endpoints. + =item --jobs=QUERY_WORKERS[,WRITE_WORKERS] =item --jobs=,WRITE_WORKERS
