]> git.notmuchmail.org Git - notmuch/commit
lib: add NOTMUCH_STATUS_PATH_ERROR
authorDavid Bremner <david@tethera.net>
Wed, 10 Jun 2015 05:58:44 +0000 (07:58 +0200)
committerDavid Bremner <david@tethera.net>
Fri, 12 Jun 2015 05:34:47 +0000 (07:34 +0200)
commitb59ad1a9cc6ea03764b1cd3d038920581ac5a9c4
treedbd75a59ebd84685fdb67c14c116ff29e2862531
parenta5a21bbe78725db70153b6bf59c1856de2dcae4d
lib: add NOTMUCH_STATUS_PATH_ERROR

The difference with FILE_ERROR is that this is for things that are
wrong with the path before looking at the disk.

Add some 3 tests; two broken as a reminder to actually use this new
code.
lib/database.cc
lib/notmuch.h
test/T070-insert.sh
test/T560-lib-error.sh