* [PATCH] correct comment referring to notmuch_database_remove_message
@ 2016-01-15 19:02 Daniel Kahn Gillmor
2016-01-16 23:39 ` David Bremner
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Kahn Gillmor @ 2016-01-15 19:02 UTC (permalink / raw)
To: Notmuch Mail
notmuch_database_remove_message has no leading underscore in its name.
---
lib/message.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/message.cc b/lib/message.cc
index 6894190..8d72ea2 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)
--
2.7.0.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] correct comment referring to notmuch_database_remove_message
2016-01-15 19:02 [PATCH] correct comment referring to notmuch_database_remove_message Daniel Kahn Gillmor
@ 2016-01-16 23:39 ` David Bremner
0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2016-01-16 23:39 UTC (permalink / raw)
To: Daniel Kahn Gillmor, Notmuch Mail
Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:
> notmuch_database_remove_message has no leading underscore in its name.
pushed to master
d
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-16 23:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 19:02 [PATCH] correct comment referring to notmuch_database_remove_message Daniel Kahn Gillmor
2016-01-16 23:39 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).