projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3959d98
)
correct comment referring to notmuch_database_remove_message
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 15 Jan 2016 19:02:38 +0000
(14:02 -0500)
committer
David Bremner
<david@tethera.net>
Sat, 16 Jan 2016 12:16:51 +0000
(08:16 -0400)
notmuch_database_remove_message has no leading underscore in its name.
lib/message.cc
patch
|
blob
|
history
diff --git
a/lib/message.cc
b/lib/message.cc
index 26b5e76e9636b67e43ca5c42c08210f73c70f0c2..d4eb209b283d6e0212d92d9b47cb4ea434068807 100644
(file)
--- 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)