]> git.notmuchmail.org Git - notmuch/commitdiff
lib: Add an API to find a message by filename.
authorAustin Clements <amdragon@mit.edu>
Sat, 11 Jun 2011 04:19:31 +0000 (00:19 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 24 Sep 2011 23:00:28 +0000 (20:00 -0300)
notmuch_database_find_message_by_filename is mostly stolen from
notmuch_database_remove_message, so this patch also vastly simplfies
the latter using the former.

This API is also useful in its own right and will be used in a later
patch for eager maildir flag synchronization.


No differences found