]> git.notmuchmail.org Git - notmuch/commitdiff
test: add database routines for testing
authorDavid Bremner <bremner@debian.org>
Sun, 5 Aug 2012 18:13:11 +0000 (15:13 -0300)
committerDavid Bremner <bremner@debian.org>
Sun, 2 Dec 2012 19:51:32 +0000 (15:51 -0400)
Initially, provide a way to create "stub" messages in the notmuch
database without corresponding files.  This is essentially cut and
paste from lib/database.cc. This is a seperate file since we don't
want to export these symbols from libnotmuch or bloat the library with
non-exported code.


No differences found