From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id EB0591F47D; Sun, 26 Feb 2023 17:15:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1677431707; bh=ObHoAiSOgPR5pbIzWVUOEVNXQxmZowO15KzR4xlGjYk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rDRhFR2iCVp/ADNWXq4IKqmw1H+cI+hQrAPkmW6aLntjKktBH4f7apa7pTUcO0uTK sY1NvhoJ/GaF7+JqDbLGcFzdh4Lk0LHnD97NBuAqIkusK6nRcioRiGsOi8WUjR5Xft IJxLr6PjBuEZPNyUy5KZ88CIbWE+dz/AfTukHYDg= Date: Sun, 26 Feb 2023 17:15:06 +0000 From: Eric Wong To: Maxim Mikityanskiy Cc: meta@public-inbox.org, Kyle Meyer Subject: [PATCH] doc: note "lei q -tt" is broken with HTTP(S) remotes Message-ID: <20230226171506.M855842@dcvr> References: <20230214024232.M64373@dcvr> <20230226170931.M947721@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230226170931.M947721@dcvr> List-Id: Eric Wong 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