projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32065e7
)
docs: fix notmuch_message_properties_value documentation
author
Steven Allen
<steven@stebalien.com>
Fri, 13 Jan 2017 17:51:02 +0000
(09:51 -0800)
committer
David Bremner
<david@tethera.net>
Sun, 15 Jan 2017 18:25:00 +0000
(14:25 -0400)
It returns the value, not the key.
lib/notmuch.h
patch
|
blob
|
history
diff --git
a/lib/notmuch.h
b/lib/notmuch.h
index 59cd0f564fc15056b0be981a6a15146b1204cb2d..16da8be987fda37a25e6854963ab0637c7fd04e3 100644
(file)
--- 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.
*