| Age | Commit message (Collapse) | Author |
|
Raise it as a newly added OperationInvalidatedError exception.
|
|
The python exception class was incorrectly loading the error message
which resulted in unprintable exception objects.
|
|
This will help provide more meaningful error messages without special
casing on the client side.
|
|
This will allow more precise return values from various open related functions.
|
|
It is desirable to distinguish between attempting to create a database
that already exists, and more fatal errors like permission problems.
|
|
This will allow client code to provide more meaningful diagnostics. In
particular it will enable "notmuch new" to continue suggsting the user
run "notmuch setup" to create a config after "notmuch new" is
transitioned to the new configuration framework.
|
|
Another fix to the docstrings, this time for the English part of the
docstrings, not the Python class name. No functional changes here.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
|
|
This is based on a previous discussion on the list where this was more
or less seen as the least-bad option.
|