mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 03:48:10 +01:00
fix reference to notmuch_message_get_properties
This commit is contained in:
parent
f4ac5ecd5c
commit
e3a6368e8d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue