mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
lib: Update documentation of notmuch_database_add_message.
Previously, adding a filename with the same message ID as an existing message would do nothing. But we recently fixed this to instead add the new filename to the existing message document. So update the documentation to match now.
This commit is contained in:
parent
6ef6ddba80
commit
777cd23d9d
1 changed files with 2 additions and 2 deletions
|
@ -220,8 +220,8 @@ notmuch_database_get_directory (notmuch_database_t *database,
|
||||||
* NOTMUCH_STATUS_SUCCESS: Message successfully added to database.
|
* NOTMUCH_STATUS_SUCCESS: Message successfully added to database.
|
||||||
*
|
*
|
||||||
* NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID: Message has the same message
|
* NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID: Message has the same message
|
||||||
* ID as another message already in the database. Nothing added
|
* ID as another message already in the database. The new filename
|
||||||
* to the database.
|
* was successfully added to the message in the database.
|
||||||
*
|
*
|
||||||
* NOTMUCH_STATUS_FILE_ERROR: an error occurred trying to open the
|
* NOTMUCH_STATUS_FILE_ERROR: an error occurred trying to open the
|
||||||
* file, (such as permission denied, or file not found,
|
* file, (such as permission denied, or file not found,
|
||||||
|
|
Loading…
Reference in a new issue