projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ac5ec
)
fix reference to notmuch_message_get_properties
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sat, 23 Sep 2017 14:46:13 +0000
(10:46 -0400)
committer
David Bremner
<david@tethera.net>
Sun, 24 Sep 2017 12:15:24 +0000
(09:15 -0300)
lib/notmuch.h
patch
|
blob
|
history
diff --git
a/lib/notmuch.h
b/lib/notmuch.h
index f26565f356d49e3c5906d1f833562ff9f866c510..e8e0cc12a62b9970cb19ed160bd5b04b967599ce 100644
(file)
--- a/
lib/notmuch.h
+++ b/
lib/notmuch.h
@@
-1856,7
+1856,7
@@
notmuch_message_get_properties (notmuch_message_t *message, const char *key, not
* says. Whereas when this function returns FALSE, calling any of
* these functions results in undefined behaviour.
*
- * See the documentation of notmuch_message_
properties_get
for example
+ * See the documentation of notmuch_message_
get_properties
for example
* code showing how to iterate over a notmuch_message_properties_t
* object.
*