]> git.notmuchmail.org Git - notmuch/commit
lib: add _notmuch_message_id_parse_strict
authorDavid Bremner <david@tethera.net>
Thu, 30 Aug 2018 11:29:14 +0000 (08:29 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 6 Sep 2018 11:07:13 +0000 (08:07 -0300)
commitb31e44c678bf3bfe81bcc5f159e627551f12700f
tree1339a62a28fe461033ea5e1ad00f11e794f6754c
parentb8e6f042c57739cc2b183395a3f9dfd64a6eb3d2
lib: add _notmuch_message_id_parse_strict

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.
lib/message-id.c
lib/notmuch-private.h
test/Makefile.local
test/T710-message-id.sh [new file with mode: 0755]
test/message-id-parse.c [new file with mode: 0644]