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-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 DCA1A1F4B4 for ; Sat, 23 Jan 2021 10:27:55 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 00/10] lei: externals more stuff Date: Sat, 23 Jan 2021 10:27:45 +0000 Message-Id: <20210123102755.425-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I don't know what I'm doing anymore, and maybe I never did. Eric Wong (10): lei: move external vivification to xsearch lei: support remote externals lei_to_mail: drop cyclic reference if not using IPC lei: oneshot: preserve stdout if writing mbox lei: default "-f $mfolder" args for common MUAs lei completion: handle URLs with port numbers lei forget-external: just show the location lei q: support a bunch of curl(1) options lei forget-external: do not show redundant "not found" lines lei add-external: don't allow non-existent directories lib/PublicInbox/LEI.pm | 46 +++++++---- lib/PublicInbox/LeiExternal.pm | 41 ++++++++-- lib/PublicInbox/LeiOverview.pm | 10 ++- lib/PublicInbox/LeiQuery.pm | 68 ++++++++++++----- lib/PublicInbox/LeiToMail.pm | 24 ++++-- lib/PublicInbox/LeiXSearch.pm | 136 ++++++++++++++++++++++++++++----- lib/PublicInbox/ProcessPipe.pm | 2 + script/lei | 2 + t/lei.t | 43 +++++++++++ t/lei_xsearch.t | 5 +- 10 files changed, 309 insertions(+), 68 deletions(-)