]> Sergey Matveev's repositories - public-inbox.git/commit
lei_to_mail: match mutt order of status headers
authorEric Wong <e@80x24.org>
Sat, 20 Mar 2021 10:04:06 +0000 (19:04 +0900)
committerEric Wong <e@80x24.org>
Sun, 21 Mar 2021 09:45:49 +0000 (09:45 +0000)
commitbd287d742b81dab13e936727724e5c4de55c44c7
tree58062cfdcabe51ffba180a991f2acd5839ecca27
parentbcf5a733206b14f82cc151c702fd554cd08481ff
lei_to_mail: match mutt order of status headers

These changes may make it easier to do byte-for-byte comparisons
with mail copied out of mutt, a popular MUA for our target
audience.

mutt currently outputs the 'R' (seen) flag before the 'O'
character in the Status: header.  We'll assume that stays
the case (it has been for a while).

Status now comes before X-Status, also matching mutt behavior.
lib/PublicInbox/LeiToMail.pm
t/lei-q-kw.t
t/lei-q-remote-import.t
t/lei_to_mail.t