summaryrefslogtreecommitdiff
path: root/lib/message-id.c
AgeCommit message (Collapse)Author
2017-08-01lib: factor out message-id parsing to separate file.David Bremner
This is really pure C string parsing, and doesn't need to be mixed in with the Xapian/C++ layer. Although not strictly necessary, it also makes it a bit more natural to call _parse_message_id from multiple compilation units.