From: Carl Worth Date: Fri, 23 Oct 2009 12:53:52 +0000 (-0700) Subject: Add _notmuch_message_create_for_message_id X-Git-Tag: 0.1~763 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1b5d8984c678add2ab5d1353b94a8229421269df;hp=1b5d8984c678add2ab5d1353b94a8229421269df Add _notmuch_message_create_for_message_id This is the last piece needed for add_message to be able to properly support a message with a duplicate message ID. This function creates a new notmuch_message_t object but one that may reference an existing document in the database. ---