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=-3.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 250381F934 for ; Thu, 24 Dec 2020 00:56:14 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1608771372; 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: in-reply-to:in-reply-to:references:references; bh=eULZDC43V8RAsm5kfglAuJYdov8uQpbZi6x44TxhL+U=; b=ZJ3HZZdleln2Lg1NnoDu0FvWPSU71D4SGfnTtzw0HCyoSkbLhbqW7a/RjNkOvxdgfGmC8g PD3MggwRfTUE325X1DQ4jANRL7Y8zI3me4uQjHrfaSf2ysBlZ9ttprE+cdaNd0SCJeM3TE ciniQSWBHnvf3gWCs66WOSIYgp1IZumUwiZXFWvqtWrHbatXzi9+T8INP80OKQe8jzo+7S BrD1W6hbpXM4VBVb/7XryAc/IZqKkuAT9o3LwTFClYgRj8F0upmwvjnUHs/9m/LvT6pJyE 1Nsz9Ff/hsesR4YihMK687SN57ORzj7jpmAbvXX+m/wx9THfFeb4zD8kC2z1lw== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] index: update [extindex "all"] by default, support -E In-Reply-To: <20201223230255.30404-1-e@80x24.org> References: <20201223230255.30404-1-e@80x24.org> Message-ID: <87h7ocggye.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com Date: Thu, 24 Dec 2020 00:56:11 GMT List-Id: Eric Wong writes: > +=item --update-extindex=EXTINDEX, -E > + > +Update the given external index (L. > +Either the configured section name (e.g. C) or a directory name > +may be specified. > + > +Defaults to C if C<[extindex "all"]> is configured, > +otherwise no external indices are updated. > + > +May be specified multiple times in rare cases multiple external > +indices are configured. s/cases/& where/ ?