id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3	comments are lost	igloo	somebody	"Maciej Piechotka <uzytkownik2@gmail.com> says:

{{{
ghci> let ([h], Nothing) = parse_headers ""Message-ID:
example@example.com (test)""
ghci> h
Header {h_raw_header = [""Message-ID: example@example.com (test)""],
h_raw_name = ""Message-ID:"", h_name = ""message-id:"", h_body = ""
example@example.com ()""}

shouldn't it be:

Header {h_raw_header = [""Message-ID: example@example.com (test)""],
h_raw_name = ""Message-ID:"", h_name = ""message-id:"", h_raw_body = ""
example@example.com (test)"", h_body = "" example@example.com ""}
}}}
"	defect	new	major		component1				
