Re: [PATCH] fix reference to notmuch_message_get_properties

Subject: Re: [PATCH] fix reference to notmuch_message_get_properties

Date: Sat, 23 Sep 2017 21:54:41 +0300

To: Daniel Kahn Gillmor, Notmuch Mail

Cc:

From: Tomi Ollila


On Sat, Sep 23 2017, Daniel Kahn Gillmor wrote:

Looks safe to me

> ---
>  lib/notmuch.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/notmuch.h b/lib/notmuch.h
> index 34bf5899..cbde6a93 100644
> --- a/lib/notmuch.h
> +++ b/lib/notmuch.h
> @@ -1873,7 +1873,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.
>   *
> -- 
> 2.14.1
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: