From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 03F3D1F406; Sat, 25 Nov 2023 11:49:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1700912980; bh=rugFK+NoOZNBq8yXuDrzFlZE81guPM5CIQGH2cMF/c8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=klTB7E8DPFMvrBdvE7uFM8gD8OpGOo4qQN6lyjmSS+UfJj/sF4ZHVVneh4pV/vbOX KTdu8I5bP/dggwRbF/wVIu6cJjmoe5ymp8HLj3KAOTvcbLzq1632aA1BeOFMke8d+/ g4nuZIJ/D3wmJjg7Jd9WGF/puVhzNvtGcfLWauxs= Date: Sat, 25 Nov 2023 11:49:39 +0000 From: Eric Wong To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: meta@public-inbox.org Subject: Re: [PATCH] doc/extindex: document --dedupe switch Message-ID: <20231125114939.M737325@dcvr> References: <20231124041819.1979651-1-e@80x24.org> <20231124135059+0100.879284-stepnem@smrk.net> <20231124235829.M382392@dcvr> <20231125093637+0100.776019-stepnem@smrk.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231125093637+0100.776019-stepnem@smrk.net> List-Id: Štěpán Němec wrote: > Eric Wong wrote: > > > > I'm also wondering if it's necessary to have a blurb about NOT > > supporting comma-delimited Message-IDs on the CLI, since some > > strange Message-IDs may have a comma in them. > > I think the description is already quite clear on that, > esp. given the subsequent "may be specified multiple times > ...". But the "on the CLI" qualification intrigues me: does > that mean that comma-delimited MIDs _are_ supported > somewhere else? Not MIDs, but lei has --lock= for various mbox locking methods. cindex will also support combinations of --join=aggressive,reset,dt:...,window:$INTEGER I like to support commas when there's unambiguous keywords/commands that can be easily parsed. `dt:$approxidate' in --join could have date-times with commas in them, but I don't think anybody would use those characters in a command. > > +Rerun deduplication on messages of with the given Message-ID or > ^^^^^^^ > not so fast :-P Thanks. Will s/of // when I commit when more awake. Getting even more scatter-brained :x