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 647AF1F4B4 for ; Thu, 21 Jan 2021 19:46:24 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 00/12] lei: another dump Date: Thu, 21 Jan 2021 19:46:12 +0000 Message-Id: <20210121194624.32002-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/12 is a user-visible change, but there's no users, yet :P more externals work coming... 12/12 may be too specific to bash, help from non-bash users appreciated Eric Wong (12): lei_overview: rename {relevance} => {pct} lei q: retrieve keywords for local, non-external messages lei_xsearch: eliminate some unused, commented-out code lei: show {pct} and {oid} in From_ lines and filenames lei: fix inadvertant FD sharing lei_to_mail: avoid segfault on exit lei: oneshot: use client $io[2] for placeholder lei: remove INT/QUIT/TERM handlers, fix daemon EOF lei_xsearch: reduce reference paths to lxs lei: remove @TO_CLOSE_ATFORK_CHILD lei: forget-external support with canonicalization lei forget-external: bash completion support MANIFEST | 1 + lib/PublicInbox/IPC.pm | 23 +++++++-- lib/PublicInbox/LEI.pm | 86 ++++++++++++++++++++-------------- lib/PublicInbox/LeiExternal.pm | 71 ++++++++++++++++++++++++---- lib/PublicInbox/LeiOverview.pm | 17 +++---- lib/PublicInbox/LeiQuery.pm | 21 +++++---- lib/PublicInbox/LeiSearch.pm | 16 ++----- lib/PublicInbox/LeiToMail.pm | 80 ++++++++++++++++++------------- lib/PublicInbox/LeiXSearch.pm | 60 ++++++++++++------------ lib/PublicInbox/Search.pm | 20 +++++++- script/lei | 5 -- t/lei.t | 9 ++++ t/lei_external.t | 18 +++++++ t/lei_to_mail.t | 41 +++++++++------- 14 files changed, 300 insertions(+), 168 deletions(-) create mode 100644 t/lei_external.t