diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-01-15 14:02:38 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-01-16 08:16:51 -0400 |
| commit | e038b95ffe18b13fb47f4982ddc969669172cb32 (patch) | |
| tree | e71f386ad7940054446ea222fff6a1d897b5e789 | |
| parent | 3959d98535b1a3fa61d45a457cce23aa7569b942 (diff) | |
correct comment referring to notmuch_database_remove_message
notmuch_database_remove_message has no leading underscore in its name.
| -rw-r--r-- | lib/message.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/message.cc b/lib/message.cc index 26b5e76e..d4eb209b 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -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) |
