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.3 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 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (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 4EA7E1F9FD for ; Mon, 29 Mar 2021 03:11:57 +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=1616987514; 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=/p7pmlfXo8J5Q6m37UL0oUP5GV1mfCjTEbjlcsNe5kA=; b=kZ77phfX9Yib/FBWx25Ic/CfVNV/ykB443D+bvN/MidNnU4gfeTBx0nofZSmMdWfsVfQWG 7LUSXUUGjTOd570oBmP+iyZK02y7G2DfD0qSTN/cAuZLRoKLajXryQQ5a/bes8Z59zRPgm FDpeh2jUklYt5MjZrfmLZpJKwhPEql3uRmGUn6Lrb5X+F6ZLdpHEz7pj7j6ei+EP0ru9wO SqaL+1KVvmh3ZeDeR1zHRdiVZ3CQ0RRTSlnwuoOo5+jLWx/nmtVtW134AGaSfLPjybXH3O vfTmwYuruGxpC104XXLRO9soju6MoiU8lGvHWJKWWSmI8FuZzbTgVJvjajE7QA== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 1/8] doc lei-q: fix typo in -tt description Date: Sun, 28 Mar 2021 23:11:10 -0400 Message-Id: <20210329031117.28516-2-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-q.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index e878157d..446a82c6 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -84,7 +84,7 @@ Augment output destination instead of clobbering it. Return all messages in the same thread as the actual match(es). Using this twice (C<-tt>) sets the C (AKA "important") -on messages which were actual messages. This is useful to distinguish +on messages which were actual matches. This is useful to distinguish messages which were direct hits from messages which were merely part of the same thread. -- 2.31.0