correct comment referring to notmuch_database_remove_message

notmuch_database_remove_message has no leading underscore in its name.
This commit is contained in:
Daniel Kahn Gillmor 2016-01-15 14:02:38 -05:00 committed by David Bremner
parent 3959d98535
commit e038b95ffe

View file

@ -728,7 +728,7 @@ _notmuch_message_add_filename (notmuch_message_t *message,
* Note: This function does not remove a document from the database, * Note: This function does not remove a document from the database,
* even if the specified filename is the only filename for this * even if the specified filename is the only filename for this
* message. For that functionality, see * message. For that functionality, see
* _notmuch_database_remove_message. */ * notmuch_database_remove_message. */
notmuch_status_t notmuch_status_t
_notmuch_message_remove_filename (notmuch_message_t *message, _notmuch_message_remove_filename (notmuch_message_t *message,
const char *filename) const char *filename)