| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-06 | lib: add _notmuch_message_id_parse_strict | David Bremner | |
| The idea is that if a message-id parses with this function, the MUA generating it was probably sane, and in particular it's probably safe to use the result as a parent from In-Reply-to. | |||
| 2017-08-01 | lib: 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. | |||
