mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib: document n_o_w_config can return NOTMUCH_STATUS_NO_CONFIG
This should be treated as fatal by callers, since we didn't succeed in opening a Xapian database.
This commit is contained in:
parent
d6e4ca6a7a
commit
fb02817943
1 changed files with 2 additions and 0 deletions
|
@ -433,6 +433,8 @@ notmuch_database_open_verbose (const char *path,
|
|||
* @retval NOTMUCH_STATUS_NULL_POINTER: The given \a database
|
||||
* argument is NULL.
|
||||
*
|
||||
* @retval NOTMUCH_STATUS_NO_CONFIG: No config file was found. Fatal.
|
||||
*
|
||||
* @retval NOTMUCH_STATUS_OUT_OF_MEMORY: Out of memory.
|
||||
*
|
||||
* @retval NOTMUCH_STATUS_FILE_ERROR: An error occurred trying to open the
|
||||
|
|
Loading…
Reference in a new issue