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.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, 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 966D91F9FD for ; Mon, 29 Mar 2021 03:12:07 +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=1616987526; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=07O0v2x7ATLJxSWf2Rj8tWqiIfVwC0U4h3EtX43M3wE=; b=d8/0eDT6s10KxXMpibmL8xQwtQwxLiV7yVOZvXv4Ar6zQGSXTOtWB6eLbQjYOEc3wlEB/E Vav2nFVMn5dOzcsHAxFH/Q2vPfslqnkWxTmgVLvX+yAf1hR+yq6qT+71yY5S2SZdB+PY8s eo5YBXurdvGOHseW30zsELPCTjSNrPH6mRDK+9L3SJXYzJEQkff+XOI9ODlEk8PhzJhzgO tnNmY0uPh9JGzNYYVYKM5O/LzbjFX57suY6QgaX6DBzOaZzYaBtOH0Vo7g9EG+mRJEYGPo KWiFV0b2vWc/tUqC5jeTuIP/shjpfEIpiBYJwPju11YClIkkNi9H4gVF3oGeLA== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 8/8] doc lei overview: better explain routes into local store Date: Sun, 28 Mar 2021 23:11:17 -0400 Message-Id: <20210329031117.28516-9-kyle@kyleam.com> In-Reply-To: <20210329031117.28516-1-kyle@kyleam.com> References: <20210329031117.28516-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: --- Documentation/lei-overview.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod index 55e84254..f74a228a 100644 --- a/Documentation/lei-overview.pod +++ b/Documentation/lei-overview.pod @@ -14,6 +14,11 @@ Commands will automatically initialize the store behind the scenes if needed, but you can call L directly if you want to use a store location other than the default C<$XDG_DATA_HOME/lei/store>. +The L command provides the primary interface for +importing messages into the local storage. In addition, other +commands, such as L and L, use the local store +to memoize messages from remotes. + =head2 EXAMPLES =over -- 2.31.0