mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
correct comment referring to notmuch_database_remove_message
notmuch_database_remove_message has no leading underscore in its name.
This commit is contained in:
parent
3959d98535
commit
e038b95ffe
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ _notmuch_message_add_filename (notmuch_message_t *message,
|
|||
* Note: This function does not remove a document from the database,
|
||||
* even if the specified filename is the only filename for this
|
||||
* message. For that functionality, see
|
||||
* _notmuch_database_remove_message. */
|
||||
* notmuch_database_remove_message. */
|
||||
notmuch_status_t
|
||||
_notmuch_message_remove_filename (notmuch_message_t *message,
|
||||
const char *filename)
|
||||
|
|
Loading…
Reference in a new issue