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=-3.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from mail.smrk.net (mail.smrk.net [IPv6:2001:19f0:6c01:2788:5400:4ff:fe27:adaa]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 558341F452 for ; Fri, 24 Nov 2023 12:51:05 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=smrk.net header.i=@smrk.net header.a=rsa-sha256 header.s=20221002 header.b=QSdLE2ZO; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smrk.net; s=20221002; t=1700830260; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2ecDs2nhGg0q4pHA7/6fPgzey/vwyiqUqdLlYwEtA6g=; b=QSdLE2ZOCiYQlYImTh5auIMeXqhFr33waTuVvWuNu/EWAlFl02Tn2xTMsNd2XrHbCWMcQL Q5LgmSBJM67bpmyV1fIRutFJJ7XzYANrO/vGfAdLAbeAg3G5aG+c0loXIVbosOeVPdak+5 /sOLzNdsawBMuW/OcCHNyhqKTHmQNChAKdNkl3dbinVNnJZqt8Biv75Ma1fbPVj9KOe4ot t8aOQKEby2DIMyfx1h71hQppI4wx1RtZ696KtSO8mr9xzcmNAzDD1g4ysDqMuMP7tmwIsz FMRY0QEyWWPlhEi2hEXFfxLdSnU7Nufq3Qpm0e/mU5xUwvRGt3smfNzGctZNhQ== Received: from localhost ( [192.168.5.2]) by smrk (OpenSMTPD) with ESMTPSA id d1d702c2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 24 Nov 2023 13:51:00 +0100 (CET) From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] doc/extindex: document --dedupe switch In-Reply-To: <20231124041819.1979651-1-e@80x24.org> (Eric Wong's message of "Fri, 24 Nov 2023 04:18:19 +0000") References: <20231124041819.1979651-1-e@80x24.org> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Fri, 24 Nov 2023 13:50:59 +0100 Message-ID: <20231124135059+0100.879284-stepnem@smrk.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: On Fri, 24 Nov 2023 04:18:19 +0000 Eric Wong wrote: > --- a/Documentation/public-inbox-extindex.pod > +++ b/Documentation/public-inbox-extindex.pod > @@ -47,6 +47,20 @@ C set to C and their respective Xap= ian > public-inboxes where cross-posting is common, this allows > significant space savings on Xapian indices. >=20=20 > +=3Ditem --dedupe=3DMSGID > + > +=3Ditem --dedupe > + > +Rerun deduplication on messages of a Message-IDs or all messages ^^^^^^^^^^^^^^^^ "with the given Message-ID"? (or just drop the trailing "s") > +if no Message-ID is specified. Deduplication rules may change > +and evolve over time, especially if filters are involved. > + > +C<--dedupe=3DMSGID> may be specified multiple times to deduplicate > +multiple Message-IDs. [...] --=20 =C5=A0t=C4=9Bp=C3=A1n