]> Sergey Matveev's repositories - public-inbox.git/commit
mid: capitalize "ID" in "Message-ID"
authorEric Wong <e@yhbt.net>
Wed, 29 Apr 2020 10:43:34 +0000 (10:43 +0000)
committerEric Wong <e@yhbt.net>
Thu, 30 Apr 2020 07:33:52 +0000 (07:33 +0000)
commit129c630a7ec3e100bba272631c3880b9beac9cef
treeb8f885e223690bca5906c64c4cc185c90da6e2e4
parentf7cc4dd0cd4eba5bc79d102f2c1cb2cbef3016b8
mid: capitalize "ID" in "Message-ID"

Prefer the "ID" capitalization since it seems to to be the
preferred capitalization in RFC 5322.

In theory, this allows the interpreter to deduplicate the string
internally (I haven't checked if it does).

Unfortunately, there's too many instances of "Message-Id" in the
tests to be worth changing at this point.
lib/PublicInbox/Import.pm
lib/PublicInbox/MID.pm