From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 uAJnOLfoTmRkdwAAkFu2QA (envelope-from ); Mon, 01 May 2023 00:16:23 +0200 Received: from mta0.migadu.com ([2001:41d0:1004:224b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id AD9bOLfoTmR5QQAA9RJhRA (envelope-from ); Mon, 01 May 2023 00:16:23 +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=1682892983; 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; bh=cJQJnev5NL2OxB//igNF40xQxpDh7DSlPNf4y2mA7P0=; b=srUG4voSdQ64FH/iBt/WWSOkWrIwFk7wjNTa/liTrsykG/3SKPrCUQoiRSNVEYolvfU/gt IY390ugSHqS7SvP44t+etJcRbVR7sTSAGQfvfi4S8TmzCih6Fybx8b2/7S56u2PevJr4ps g9JC265QQGNEEcI8VuwNu6QGqC+8Ip+bEu0D0js33n0OdNfpmTJaJ7l1RMBhdPyocv26Gl f9bNduCa2RuslSWdbmL1/V2vANCp6WbbAxwRHydDywHtMKi6QmoZvBa/M6K0Y0uZAKR5pR A4OZBx1qJgLwc6Ed74qMYH2oS7X83Iv4lkmJaVe2WiKagQncaPQ67d/qB8pwRg== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH 0/4] Update for Git's Message-Id to Message-ID switch Date: Sun, 30 Apr 2023 18:15:48 -0400 Message-Id: <20230430221552.251335-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-TUID: oDScdKwdRLVY git.git's ba4324c4e1 (e-mail workflow: Message-ID is spelled with ID in both capital letters, 2023-04-03) has been merged to master. With that change, format-patch will insert a Message-ID header instead of Message-Id. This series prepares for those changes. The only patch that functionally matters is patch 2, which teaches piem-am-ready-mbox's opt-in "insert message ID header" feature to look for either spelling when checking whether it should _not_ insert a message ID because one already exists. [1/4] piem-b4-am-from-mid: Tweak docstring for consistency [2/4] piem-am-ready-mbox: Adjust header regex for format-patch change [3/4] piem-am-ready-mbox: Change spelling of inserted message ID header [4/4] Switch remaining Message-Id headers to Message-ID piem-b4.el | 2 +- piem.el | 13 ++++++++----- tests/piem-rmail-tests.el | 2 +- tests/piem-tests.el | 22 ++++++++++++++++++++-- 4 files changed, 30 insertions(+), 9 deletions(-) base-commit: d78900f06615e247cee5472beca4e7ae164fe77f -- 2.39.2