Re: [PATCH] Re: Teach mailinfo to ignore everything before -- >8 -- mark
From: Junio C Hamano <hidden> Date: 2016-06-15 22:47:18
Don Zickus [off-list ref] writes:
From what I remember, I used p_hdr to designate primary headers, ie the
original mail headers. s_hdr was supposed to represent the secondary
headers, ie the embedded mail headers in the body of the email that could
override the original primary mail headers.
Ah, p for primary and s for secondary. Now it makes sense.
Thanks.