unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] docs: fix notmuch_message_properties_value documentation
@ 2017-01-13 17:51 Steven Allen
  2017-01-15 18:30 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Allen @ 2017-01-13 17:51 UTC (permalink / raw)
  To: notmuch

It returns the value, not the key.
---
 lib/notmuch.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/notmuch.h b/lib/notmuch.h
index 59cd0f56..16da8be9 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -1811,7 +1811,7 @@ const char *
 notmuch_message_properties_key (notmuch_message_properties_t *properties);
 
 /**
- * Return the key from the current (key,value) pair.
+ * Return the value from the current (key,value) pair.
  *
  * This could be useful if iterating for a prefix.
  *
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: fix notmuch_message_properties_value documentation
  2017-01-13 17:51 [PATCH] docs: fix notmuch_message_properties_value documentation Steven Allen
@ 2017-01-15 18:30 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2017-01-15 18:30 UTC (permalink / raw)
  To: Steven Allen, notmuch

Steven Allen <steven@stebalien.com> writes:

> It returns the value, not the key.

pushed to master, thanks for the typo fix.

d

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-15 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13 17:51 [PATCH] docs: fix notmuch_message_properties_value documentation Steven Allen
2017-01-15 18:30 ` 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).