matchline
int matchline(const char *, const char *, size_t);
if (matchline(">Category:", buf, len))
else if (matchline(">Synopsis:", buf, len))
else if (matchline("Subject:", buf, len))
matchline(parse, current);