From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id DD66B1F953 for ; Thu, 28 Oct 2021 11:15:01 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/8] lei: docs and cleanups Date: Thu, 28 Oct 2021 11:14:53 +0000 Message-Id: <20211028111501.24014-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Expect more on the way. As always some bugs and fixes were found while attempting to write docs :x Eric Wong (8): xt/net_writer_imap: test "lei convert" w/ IMAP source lei convert: use "--output" in failure message doc: lei-convert: various updates and cleanups doc: lei blob: wording fixups, describe --remote lei convert: remove redundant input_net_cb doc: lei-add-watch: add warning about unreliability lei sucks: show nproc in CPU info lei rm: move generic input_maildir_cb to LeiInput parent class Documentation/lei-add-watch.pod | 8 ++++++-- Documentation/lei-blob.pod | 12 ++++++++---- Documentation/lei-convert.pod | 21 +++++++++------------ lib/PublicInbox/LeiConvert.pm | 8 ++------ lib/PublicInbox/LeiInput.pm | 5 +++++ lib/PublicInbox/LeiRm.pm | 5 ----- lib/PublicInbox/LeiSucks.pm | 4 +++- t/lei-convert.t | 10 ++++++++++ xt/net_writer-imap.t | 7 +++++++ 9 files changed, 50 insertions(+), 30 deletions(-)