mailinfo: move add_message_id and message_id to struct mailinfo
commit6200b751bb83d3ea982774e479ad6674c9e84b0a
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Oct 2015 05:27:56 +0000 (18 22:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2015 22:42:57 +0000 (21 15:42 -0700)
treee4b8bcd7f4f50830d927dade23c8c1e90400c91b
parent43550efa714c0285f0173ff0cebf231956659d62
mailinfo: move add_message_id and message_id to struct mailinfo

This requires us to pass the structure into check_header() codepath.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/mailinfo.c