diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-12-16 02:47:19 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-03 17:55:43 +0200 |
commit | ba4324c4e1e32a28381ea1f4835b78e4c9d45575 (patch) | |
tree | 0661c607f484725a547b0fb1cdf81267f2886828 /t/t4258 | |
parent | Start the 2.40 cycle (diff) | |
download | git-ba4324c4e1e32a28381ea1f4835b78e4c9d45575.tar.xz git-ba4324c4e1e32a28381ea1f4835b78e4c9d45575.zip |
e-mail workflow: Message-ID is spelled with ID in both capital letters
We used to write "Message-Id:" and "Message-ID:" pretty much
interchangeably, and the header name is defined to be case
insensitive by the RFCs, but the canonical form "Message-ID:" is
used throughout the RFC documents, so let's imitate it ourselves.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Reviewed-by: Elijah Newren <newren@gmail.com>
Diffstat (limited to 't/t4258')
-rw-r--r-- | t/t4258/mbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4258/mbox b/t/t4258/mbox index c62819f3d2..1ae528ba78 100644 --- a/t/t4258/mbox +++ b/t/t4258/mbox @@ -2,7 +2,7 @@ From: A U Thor <mail@example.com> To: list@example.org Subject: [PATCH v2] sample Date: Mon, 3 Aug 2020 22:40:55 +0700 -Message-Id: <msg-id@example.com> +Message-ID: <msg-id@example.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 |