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 D86DA1F5AE; Sun, 30 May 2021 11:52:21 +0000 (UTC) Date: Sun, 30 May 2021 11:52:21 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH 0/4] lei lcat usability things Message-ID: <20210530115221.GA24625@dcvr> References: <20210530063358.25095-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210530063358.25095-1-e@80x24.org> List-Id: Eric Wong wrote: > Nothing major, just some things to make lcat nicer for the > inevitable network outages to come > > Eric Wong (4): > lei lcat+inspect: start wiring up completion > lei lcat: allow IMAP folder URLs w/o UIDVALIDITY Btw, "lei lcat $URL" is great in the case adding a label/keyword with "lei import" was forgotten: lei import $URL # oops, I forgot to add +L:somelabel to the above import # invocation lei lcat $URL -f mboxrd | lei tag -f mboxrd - +L:somelabel Running "lei tag $URL +L:somelabel" directly works, too, but that's extra network traffic + latency.