]> git.notmuchmail.org Git - notmuch/commitdiff
lib: Move message ID compression to _notmuch_message_create_for_message_id
authorAustin Clements <amdragon@mit.edu>
Mon, 6 Oct 2014 23:17:07 +0000 (17:17 -0600)
committerDavid Bremner <david@tethera.net>
Sat, 11 Oct 2014 05:09:54 +0000 (07:09 +0200)
Previously, this was performed by notmuch_database_add_message.  This
happens to be the only caller currently (which is why this was safe),
but we're about to introduce more callers, and it makes more sense to
put responsibility for ID compression in the lower-level function
rather than requiring each caller to handle it.


No differences found