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 31E941F9FC for ; Fri, 26 Mar 2021 04:29:37 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei labels support Date: Fri, 26 Mar 2021 06:29:34 +0200 Message-Id: <20210326042937.15913-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Unfortunately, it's limited to imported messages and searching for labeled external messages doesn't work, yet. I'm not sure how to best go about this... Eric Wong (3): lei_xsearch: wait for kw updates for non-threaded case, too lei: _lei_store: use default even if unconfigured lei: add some labels support MANIFEST | 1 + lib/PublicInbox/LEI.pm | 5 +-- lib/PublicInbox/LeiLsLabel.pm | 17 ++++++++++ lib/PublicInbox/LeiMark.pm | 6 ++-- lib/PublicInbox/LeiOverview.pm | 4 +-- lib/PublicInbox/LeiSearch.pm | 37 ++++++++++++++++++--- lib/PublicInbox/LeiStore.pm | 59 +++++++++++++++++++++++++--------- lib/PublicInbox/LeiXSearch.pm | 17 ++++++---- lib/PublicInbox/Search.pm | 6 ++-- lib/PublicInbox/SearchIdx.pm | 2 +- t/lei-mark.t | 46 +++++++++++++++++++++++--- 11 files changed, 160 insertions(+), 40 deletions(-) create mode 100644 lib/PublicInbox/LeiLsLabel.pm