From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:1004:224b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 8HfmM7roTmT1eAAAkFu2QA (envelope-from ); Mon, 01 May 2023 00:16:26 +0200 Received: from mta0.migadu.com ([2001:41d0:1004:224b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id +CEIM7roTmRjugAAG6o9tA (envelope-from ); Mon, 01 May 2023 00:16:26 +0200 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=1682892986; 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=D3UIpfCQ/smbXEH6cil+U2vy50HNhviiAT95HmmihcE=; b=xJvGVqydtCUdFKl4qaa6+je3XjmA/7eoBAZM23QLtAhLonyP1o51ebxdMQmZJT97PrxNGf vM9pHbhxFqu/bbOOXJSdMvG2pEc3Fr6EVRozbReguX0Nu1pdAla/h6Z16XSJxr2D++Jd1a SHBpE/rWMKpiwaVjLFef4VbBbpa1f3ZpIjm27k7A4Ue6YhiV8PivDYthgnO+hoe/xScc/7 JXiEqyHARE3kqgdKQm0eKu7ClmnzjQa4giiSeuvBjqEpgoG7VXAm7L0IZvD7OO8KoqcsxZ qXG7KbjbecQ17QT3B07b9dKOxEp8JIvPVDGs4y0P37omKPH31fCNYkvh1JRCwA== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH 1/4] piem-b4-am-from-mid: Tweak docstring for consistency Date: Sun, 30 Apr 2023 18:15:49 -0400 Message-Id: <20230430221552.251335-2-kyle@kyleam.com> In-Reply-To: <20230430221552.251335-1-kyle@kyleam.com> References: <20230430221552.251335-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-TUID: oNqsI93Mzt4M MID is used throughout the code base, and what it refers to is probably clear enough without putting "Message-Id" in front of it. (If it were to stay, it should probably be spelled "message ID"). --- piem-b4.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piem-b4.el b/piem-b4.el index 8cbfc35a..cd19ebb3 100644 --- a/piem-b4.el +++ b/piem-b4.el @@ -131,7 +131,7 @@ (defun piem-b4-am-ready-from-mid (mid &optional args) (defun piem-b4-am-from-mid (mid &optional args toggle-worktree) "Get the thread for MID, extract an am-ready mbox, and apply it. -Try to generate a thread for the Message-Id MID with +Try to generate a thread for MID with `piem-mid-to-thread-functions'. If that fails, try to download the thread from an inbox URL associated with the current buffer, provided that the current buffer's message ID matches MID. And -- 2.39.2