| Age | Commit message (Collapse) | Author |
|
Apparently some systems actually have a directory called /nonexist[ae]nt.
It's hard to fathom a good reason for that, but oh well. As long as we
don't create such a directory inside the notmuch source tree, the new
version should be more robust.
|
|
Apparently most of the misspellings are my fault.
|
|
Since notmuch_database_status_string can return NULL, passing it
directly to fputs is not a good idea.
|
|
This second half of the error reporting tests actually uses the function
notmuch_database_status_string to retrieve the last logged error
|
|
This is not supposed to change any functionality from an end user
point of view. Note that it will eliminate some output to stderr. The
query debugging output is left as is; it doesn't really fit with the
current primitive logging model. The remaining "bad" fprintf will need
an internal API change.
|
|
This first half of the tests is all that don't need to retrieve the
the error string explicitly from the notmuch database structure.
|